mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
tests: fix zbar test
This commit is contained in:
parent
63cdec88ae
commit
8924907103
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ GST_START_TEST (test_still_image)
|
|||
|
||||
src = gst_element_factory_make ("filesrc", NULL);
|
||||
dec = gst_element_factory_make ("pngdec", NULL);
|
||||
csp = gst_element_factory_make ("ffmpegcolorspace", NULL);
|
||||
csp = gst_element_factory_make ("videoconvert", NULL);
|
||||
zbar = gst_element_factory_make ("zbar", NULL);
|
||||
sink = gst_element_factory_make ("fakesink", NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue