tests: fix test, use videoconvert

This commit is contained in:
Wim Taymans 2012-02-14 11:22:46 +01:00
parent 63ec4ca38b
commit f7faea3915

View File

@ -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); \
\ \