tests: fix test, use videoconvert
This commit is contained in:
parent
63ec4ca38b
commit
f7faea3915
@ -95,7 +95,7 @@ GST_START_TEST (test_##element) \
|
|||||||
gchar *pipeline; \
|
gchar *pipeline; \
|
||||||
\
|
\
|
||||||
pipeline = g_strdup_printf ("videotestsrc num-buffers=100 ! " \
|
pipeline = g_strdup_printf ("videotestsrc num-buffers=100 ! " \
|
||||||
"ffmpegcolorspace ! " \
|
"videoconvert ! " \
|
||||||
" %s ! " \
|
" %s ! " \
|
||||||
" fakesink", #element); \
|
" fakesink", #element); \
|
||||||
\
|
\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user