Home
last modified time | relevance | path

Searched refs:PsMuxStreamType (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dpsmuxstream.h57 enum PsMuxStreamType { /* Table 2-29 in spec */ enum
101 PsMuxStreamType stream_type;
136 PsMuxStream* psmux_stream_new (PsMux * mux, PsMuxStreamType stream_type);
Dpsmuxcommon.h116 typedef enum PsMuxStreamType PsMuxStreamType; typedef
Dpsmux.h110 PsMuxStream * psmux_create_stream (PsMux *mux, PsMuxStreamType stream_type);
Dpsmux.c163 psmux_create_stream (PsMux * mux, PsMuxStreamType stream_type) in psmux_create_stream()
Dpsmuxstream.c68 psmux_stream_new (PsMux * mux, PsMuxStreamType stream_type) in psmux_stream_new()