multipartdemux: fix example pipeline

Need jpegparse.
This commit is contained in:
Tim-Philipp Müller 2013-05-10 14:00:33 +01:00
parent c5c2827114
commit 8359b6bff1

View file

@ -40,7 +40,7 @@
* <refsect2>
* <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
* containing JPEG frames.
* </refsect2>