From 17132b00f6c7e16888e8961d323eb780330e22fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 16 Jun 2006 14:31:07 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ tools/gst-launch.1.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c1223a3..d3af572 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-06-16 Tim-Philipp Müller + * tools/gst-launch.1.in: + Un-garble (fourcc) bit in filtered caps section. + +2006-06-16 Tim-Philipp Müller + * docs/manual/advanced-autoplugging.xml: * docs/manual/basics-helloworld.xml: * docs/manual/highlevel-components.xml: diff --git a/tools/gst-launch.1.in b/tools/gst-launch.1.in index d214e1a..3fb5f76 100644 --- a/tools/gst-launch.1.in +++ b/tools/gst-launch.1.in @@ -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. -- 2.7.4