diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:32:04 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:32:04 +0200 |
commit | 06f88fc75c416f0cfd1e5fa33795962e33d87033 (patch) | |
tree | 29342500b21a4a3490df1ae6a6227dae12c2951b /units/graphics | |
parent | 8ea5b85fcab2b101157419c5c7feb634542c4d40 (diff) |
bin:gst_pipeline_test -> gst_pipeline_test.py
Diffstat (limited to 'units/graphics')
-rw-r--r-- | units/graphics/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/graphics/jobs.pxu b/units/graphics/jobs.pxu index bfc2c1f..ca6cc99 100644 --- a/units/graphics/jobs.pxu +++ b/units/graphics/jobs.pxu @@ -192,7 +192,7 @@ requires: package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0' command: source graphics_env.sh {driver} {index} - gst_pipeline_test -t 2 'videotestsrc ! videoconvert ! autovideosink' || gst_pipeline_test -t 2 'videotestsrc ! ffmpegcolorspace ! autovideosink' + gst_pipeline_test.py -t 2 'videotestsrc ! videoconvert ! autovideosink' || gst_pipeline_test.py -t 2 'videotestsrc ! ffmpegcolorspace ! autovideosink' _summary: Test that video can be displayed with {vendor} {product} _description: PURPOSE: |