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; \
\
pipeline = g_strdup_printf ("videotestsrc num-buffers=100 ! " \
"ffmpegcolorspace ! " \
"videoconvert ! " \
" %s ! " \
" fakesink", #element); \
\