multipartmux

multipartmux — mux multipart streams

Synopsis

                    GstMultipartMux;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstMultipartMux

Properties

  "boundary"                 gchar*                : Read / Write

Description

MultipartMux uses the GstCaps of the sink pad as the Content-type field for incoming buffers when muxing them to a multipart stream. Most of the time multipart streams are sequential JPEG frames.

Sample pipelines

gst-launch videotestsrc ! video/x-raw-yuv, framerate='(fraction)'5/1 ! jpegenc ! multipartmux ! filesink location=/tmp/test.multipart
a pipeline to mux 5 JPEG frames per second into a multipart stream stored to a file.

Details

GstMultipartMux

typedef struct _GstMultipartMux GstMultipartMux;

The opaque GstMultipartMux structure.

Property Details

The "boundary" property

  "boundary"                 gchar*                : Read / Write

Boundary string.

Default value: "ThisRandomString"