Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c394 gchar *pmt_name; in gst_base_ts_mux_create_or_update_stream() local
700 pmt_name = g_strdup_printf ("PMT_%d", ts_pad->pid); in gst_base_ts_mux_create_or_update_stream()
701 if (mux->prog_map && gst_structure_has_field (mux->prog_map, pmt_name)) { in gst_base_ts_mux_create_or_update_stream()
702 gst_structure_get_int (mux->prog_map, pmt_name, &ts_pad->stream->pmt_index); in gst_base_ts_mux_create_or_update_stream()
704 g_free (pmt_name); in gst_base_ts_mux_create_or_update_stream()