From fe089236284c952035b863497bf3f7ce397e62b5 Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Wed, 8 Aug 2012 13:04:32 +0300 Subject: [PATCH] videoconvert: fix example pipeline in docs There is no more 'fourcc' typecast for format. https://bugzilla.gnome.org/show_bug.cgi?id=681436 --- gst/videoconvert/gstvideoconvert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videoconvert/gstvideoconvert.c b/gst/videoconvert/gstvideoconvert.c index 2c779d9..5f0bfcc 100644 --- a/gst/videoconvert/gstvideoconvert.c +++ b/gst/videoconvert/gstvideoconvert.c @@ -28,7 +28,7 @@ * * Example launch line * |[ - * gst-launch -v videotestsrc ! video/x-raw,format=\(fourcc\)YUY2 ! videoconvert ! ximagesink + * gst-launch -v videotestsrc ! video/x-raw,format=\(string\)YUY2 ! videoconvert ! ximagesink * ]| * */ -- 2.7.4