Home
last modified time | relevance | path

Searched refs:pmt_index (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmux.c614 gint pmt_index, array_index = -1 /* append */ ; in tsmux_program_add_stream() local
621 pmt_index = stream->pmt_index; in tsmux_program_add_stream()
624 if (pmt_index >= 0) { in tsmux_program_add_stream()
629 if (s->pmt_index < 0 || pmt_index < s->pmt_index) { in tsmux_program_add_stream()
641 if (s->pmt_index < 0 && pid < tsmux_stream_get_pid (s)) { in tsmux_program_add_stream()
Dtsmuxstream.h154 gint pmt_index; member
Dtsmuxstream.c120 stream->pmt_index = -1; in tsmux_stream_new()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c702 gst_structure_get_int (mux->prog_map, pmt_name, &ts_pad->stream->pmt_index); in gst_base_ts_mux_create_or_update_stream()