summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2012-08-08 13:04:32 +0300
committerTim-Philipp Müller <tim@centricular.net>2012-08-08 11:21:51 +0100
commitfe089236284c952035b863497bf3f7ce397e62b5 (patch)
tree2ae6bf8e49de17a95c985bcbe19291e317b6d390
parent8b916da6d783d002281c8f8cf9dff6e254e5170c (diff)
videoconvert: fix example pipeline in docs
There is no more 'fourcc' typecast for format. https://bugzilla.gnome.org/show_bug.cgi?id=681436
-rw-r--r--gst/videoconvert/gstvideoconvert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videoconvert/gstvideoconvert.c b/gst/videoconvert/gstvideoconvert.c
index 2c779d9d1d..5f0bfcc540 100644
--- a/gst/videoconvert/gstvideoconvert.c
+++ b/gst/videoconvert/gstvideoconvert.c
@@ -28,7 +28,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[
- * gst-launch -v videotestsrc ! video/x-raw,format=\(fourcc\)YUY2 ! videoconvert ! ximagesink
+ * gst-launch -v videotestsrc ! video/x-raw,format=\(string\)YUY2 ! videoconvert ! ximagesink
* ]|
* </refsect2>
*/