mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
jpegdec: fix up example pipeline some more
No more ffmpegcolorspace
This commit is contained in:
parent
1057c02c73
commit
942d745cf1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
* |[
|
||||
* gst-launch -v filesrc location=mjpeg.avi ! avidemux ! queue ! jpegdec ! ffmpegcolorspace ! xvimagesink
|
||||
* gst-launch -v filesrc location=mjpeg.avi ! avidemux ! queue ! jpegdec ! videoconvert ! videoscale ! autovideosink
|
||||
* ]| The above pipeline decode the mjpeg stream and renders it to the screen.
|
||||
* </refsect2>
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue