jpegdec: Fix the example gst-launch pipeline.

This commit is contained in:
Sreerenj Balachandran 2012-07-20 16:30:00 +03:00 committed by Wim Taymans
parent 7e9dffa226
commit 1057c02c73

View file

@ -28,9 +28,8 @@
* <refsect2>
* <title>Example launch line</title>
* |[
* gst-launch -v v4l2src ! jpegdec ! ffmpegcolorspace ! xvimagesink
* ]| The above pipeline reads a motion JPEG stream from a v4l2 camera
* and renders it to the screen.
* gst-launch -v filesrc location=mjpeg.avi ! avidemux ! queue ! jpegdec ! ffmpegcolorspace ! xvimagesink
* ]| The above pipeline decode the mjpeg stream and renders it to the screen.
* </refsect2>
*/