diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-09-14 16:29:23 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-09-14 16:29:23 +0200 |
commit | 0d8f8a5134c16e6bb4754a2d712a5bcad401e44d (patch) | |
tree | 7de5b47e93192c07886d0069b8eac52893ba65f5 /gst/pnm | |
parent | 744bd3d3f249aa9ec548bbfe2371acf6bd098094 (diff) | |
download | gstreamer-plugins-bad-0d8f8a5134c16e6bb4754a2d712a5bcad401e44d.tar.gz |
rename some caps and elements in examples
Diffstat (limited to 'gst/pnm')
-rw-r--r-- | gst/pnm/gstpnmenc.c | 2 |
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> */ |