jpegdec: Fix the example gst-launch pipeline.
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Fri, 20 Jul 2012 13:30:00 +0000 (16:30 +0300)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 24 Jul 2012 10:59:14 +0000 (12:59 +0200)
ext/jpeg/gstjpegdec.c

index 0bfce3e..045e1aa 100644 (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>
  */