Home
last modified time | relevance | path

Searched refs:TsMuxNewStreamFunc (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmux.h89 typedef TsMuxStream * (*TsMuxNewStreamFunc) (guint16 new_pid, guint stream_type, void *user_data); typedef
179 TsMuxNewStreamFunc new_stream_func;
201 void tsmux_set_new_stream_func (TsMux * mux, TsMuxNewStreamFunc func, void *user_data);
Dtsmux.c153 mux->new_stream_func = (TsMuxNewStreamFunc) tsmux_stream_new; in tsmux_new()
209 tsmux_set_new_stream_func (TsMux * mux, TsMuxNewStreamFunc func, in tsmux_set_new_stream_func()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstatscmux.c178 (TsMuxNewStreamFunc) gst_atsc_mux_create_new_stream, mpegtsmux); in gst_atsc_mux_create_ts_mux()