tools/gst-launch.1.in: Un-garble (fourcc) bit in filtered caps section.
authorTim-Philipp Müller <tim@centricular.net>
Fri, 16 Jun 2006 14:31:07 +0000 (14:31 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 16 Jun 2006 14:31:07 +0000 (14:31 +0000)
Original commit message from CVS:
* tools/gst-launch.1.in:
Un-garble (fourcc) bit in filtered caps section.

ChangeLog
tools/gst-launch.1.in

index c1223a3..d3af572 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
 
+       * tools/gst-launch.1.in:
+         Un-garble (fourcc) bit in filtered caps section.
+
+2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
+
        * docs/manual/advanced-autoplugging.xml:
        * docs/manual/basics-helloworld.xml:
        * docs/manual/highlevel-components.xml:
index d214e1a..3fb5f76 100644 (file)
@@ -369,7 +369,7 @@ automatically. To make this even easier, you can use the playbin element:
 These examples show you how to use filtered caps.
 
 .B
-        gst\-launch videotestsrc ! video/x-raw-yuv,format=\(fourcc\)YUY2;video/x-raw-yuv,format=\(fourcc\)YV12 ! xvimagesink
+        gst\-launch videotestsrc ! 'video/x-raw-yuv,format=(fourcc)YUY2;video/x-raw-yuv,format=(fourcc)YV12' ! xvimagesink
 .br
 Show a test image and use the YUY2 or YV12 video format for this.