ffmpegcolorspace -> videoconvert
[platform/upstream/gstreamer.git] / tests / icles / test-box.c
index 6d04e56..09fd3e7 100644 (file)
@@ -38,7 +38,7 @@ make_pipeline (gint type)
       pstr =
           g_strdup_printf ("videotestsrc ! " CAPS
           " ! videobox name=box ! videoscale ! " CAPS
-          " ! ffmpegcolorspace ! ximagesink");
+          " ! videoconvert ! ximagesink");
       break;
     default:
       return NULL;