mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
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:
parent
49c923d8f6
commit
17132b00f6
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue