mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
jpegdec: Fix the example gst-launch pipeline.
This commit is contained in:
parent
7e9dffa226
commit
1057c02c73
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue