mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
multipartdemux: fix example pipeline
Need jpegparse.
This commit is contained in:
parent
c5c2827114
commit
8359b6bff1
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <title>Sample pipelines</title>
|
* <title>Sample pipelines</title>
|
||||||
* |[
|
* |[
|
||||||
* gst-launch-1.0 filesrc location=/tmp/test.multipart ! multipartdemux ! jpegdec ! videoconvert ! ximagesink
|
* gst-launch-1.0 filesrc location=/tmp/test.multipart ! multipartdemux ! image/jpeg,framerate=\(fraction\)5/1 ! jpegparse ! jpegdec ! videoconvert ! autovideosink
|
||||||
* ]| a simple pipeline to demux a multipart file muxed with #GstMultipartMux
|
* ]| a simple pipeline to demux a multipart file muxed with #GstMultipartMux
|
||||||
* containing JPEG frames.
|
* containing JPEG frames.
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
|
|
Loading…
Reference in a new issue