From f7faea39156377fe9c574ca5b637fcbb68ad33eb Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 14 Feb 2012 11:22:46 +0100 Subject: [PATCH] tests: fix test, use videoconvert --- tests/check/pipelines/effectv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/pipelines/effectv.c b/tests/check/pipelines/effectv.c index 1e8d96f1a8..b4904109fb 100644 --- a/tests/check/pipelines/effectv.c +++ b/tests/check/pipelines/effectv.c @@ -95,7 +95,7 @@ GST_START_TEST (test_##element) \ gchar *pipeline; \ \ pipeline = g_strdup_printf ("videotestsrc num-buffers=100 ! " \ - "ffmpegcolorspace ! " \ + "videoconvert ! " \ " %s ! " \ " fakesink", #element); \ \