diff options
author | Sreerenj Balachandran <sreerenj.balachandran@intel.com> | 2012-05-17 16:23:59 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-05-23 10:14:16 +0200 |
commit | f400a06ba551da22ac19fee35762fbf3aa252edc (patch) | |
tree | 03adacbd1535c7e95df51bc4ee7bd95a2a4066f4 /gst/videobox | |
parent | eba7494ab03f8a8e981e7b420071e0167ab41df8 (diff) |
videobox: Fix the sample pipeline.
Diffstat (limited to 'gst/videobox')
-rw-r--r-- | gst/videobox/gstvideobox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videobox/gstvideobox.c b/gst/videobox/gstvideobox.c index 0cb2200ea..506e91ef6 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 * ]| */ |