videoconvert: fix example pipeline in docs
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Wed, 8 Aug 2012 10:04:32 +0000 (13:04 +0300)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 8 Aug 2012 10:21:51 +0000 (11:21 +0100)
There is no more 'fourcc' typecast for format.

https://bugzilla.gnome.org/show_bug.cgi?id=681436

gst/videoconvert/gstvideoconvert.c

index 2c779d9..5f0bfcc 100644 (file)
@@ -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>
  */