videoconvert: fix example pipeline in docs

There is no more 'fourcc' typecast for format.

https://bugzilla.gnome.org/show_bug.cgi?id=681436
This commit is contained in:
Sreerenj Balachandran 2012-08-08 13:04:32 +03:00 committed by Tim-Philipp Müller
parent 8b916da6d7
commit fe08923628

View file

@ -28,7 +28,7 @@
* <refsect2> * <refsect2>
* <title>Example launch line</title> * <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> * </refsect2>
*/ */