tools/gst-launch.1.in: Un-garble (fourcc) bit in filtered caps section.

Original commit message from CVS:
* tools/gst-launch.1.in:
Un-garble (fourcc) bit in filtered caps section.
This commit is contained in:
Tim-Philipp Müller 2006-06-16 14:31:07 +00:00
parent 49c923d8f6
commit 17132b00f6
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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:

View 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.