![]() |
![]() |
![]() |
GStreamer Good Plugins 0.10 Plugins Reference Manual | ![]() |
---|
multipartdemuxmultipartdemux — Demuxer that takes a multipart digital stream as input and demuxes one or many digital streams from it. |
MultipartDemux uses the Content-type field of incoming buffers to demux and push data to dynamic source pads. Most of the time multipart streams are sequential JPEG frames.
Here is a simple pipeline to demux a multipart file muxed with GstMultipartMux containing JPEG frames at a rate of 5 frames per second :
gst-launch filesrc location=/tmp/test.multipart ! multipartdemux ! jpegdec ! video/x-raw-yuv, framerate=(fraction)5/1 ! ffmpegcolorspace ! ximagesink
typedef struct _GstMultipartDemux GstMultipartDemux;
The opaque GstMultipartDemux structure.
<< multipartmux | videomixer >> |