mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
tests: fix test, use videoconvert
This commit is contained in:
parent
63ec4ca38b
commit
f7faea3915
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ GST_START_TEST (test_##element) \
|
|||
gchar *pipeline; \
|
||||
\
|
||||
pipeline = g_strdup_printf ("videotestsrc num-buffers=100 ! " \
|
||||
"ffmpegcolorspace ! " \
|
||||
"videoconvert ! " \
|
||||
" %s ! " \
|
||||
" fakesink", #element); \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue