multipartmux

multipartmux — mux multipart streams

Synopsis

struct              GstMultipartMux;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----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

1
2
3
4