summaryrefslogtreecommitdiff
path: root/gst/pnm/gstpnmenc.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-09-14 16:29:23 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-09-14 16:29:23 +0200
commit0d8f8a5134c16e6bb4754a2d712a5bcad401e44d (patch)
tree7de5b47e93192c07886d0069b8eac52893ba65f5 /gst/pnm/gstpnmenc.c
parent744bd3d3f249aa9ec548bbfe2371acf6bd098094 (diff)
downloadgstreamer-plugins-bad-0d8f8a5134c16e6bb4754a2d712a5bcad401e44d.tar.gz
rename some caps and elements in examples
Diffstat (limited to 'gst/pnm/gstpnmenc.c')
-rw-r--r--gst/pnm/gstpnmenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/pnm/gstpnmenc.c b/gst/pnm/gstpnmenc.c
index 02490c204..8e623097b 100644
--- a/gst/pnm/gstpnmenc.c
+++ b/gst/pnm/gstpnmenc.c
@@ -27,7 +27,7 @@
* <refsect>
* <title>Example launch line</title>
* |[
- * gst-launch videotestsrc num_buffers=1 ! ffmpegcolorspace ! "video/x-raw-gray" ! pnmenc ascii=true ! filesink location=test.pnm
+ * gst-launch videotestsrc num_buffers=1 ! ffmpegcolorspace ! "video/x-raw,format=GRAY8" ! pnmenc ascii=true ! filesink location=test.pnm
* ]| The above pipeline writes a test pnm file (ASCII encoding).
* </refsect2>
*/