From f400a06ba551da22ac19fee35762fbf3aa252edc Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Thu, 17 May 2012 16:23:59 +0300 Subject: [PATCH] videobox: Fix the sample pipeline. --- gst/videobox/gstvideobox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videobox/gstvideobox.c b/gst/videobox/gstvideobox.c index 0cb2200eab..506e91ef6a 100644 --- a/gst/videobox/gstvideobox.c +++ b/gst/videobox/gstvideobox.c @@ -50,7 +50,7 @@ * Sample pipeline: * |[ * gst-launch videotestsrc ! videobox autocrop=true ! \ - * "video/x-raw-yuv, width=600, height=400" ! ffmpegcolorspace ! ximagesink + * "video/x-raw, width=600, height=400" ! videoconvert ! ximagesink * ]| */