Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmuxstream.c750 GstMpegtsPMTStream * pmt_stream) in tsmux_stream_default_get_es_descrs() argument
755 g_return_if_fail (pmt_stream != NULL); in tsmux_stream_default_get_es_descrs()
759 g_ptr_array_add (pmt_stream->descriptors, descriptor); in tsmux_stream_default_get_es_descrs()
781 g_ptr_array_add (pmt_stream->descriptors, descriptor); in tsmux_stream_default_get_es_descrs()
786 g_ptr_array_add (pmt_stream->descriptors, descriptor); in tsmux_stream_default_get_es_descrs()
854 g_ptr_array_add (pmt_stream->descriptors, descriptor); in tsmux_stream_default_get_es_descrs()
988 g_ptr_array_add (pmt_stream->descriptors, descriptor); in tsmux_stream_default_get_es_descrs()
993 g_ptr_array_add (pmt_stream->descriptors, descriptor); in tsmux_stream_default_get_es_descrs()
1009 g_ptr_array_add (pmt_stream->descriptors, descriptor); in tsmux_stream_default_get_es_descrs()
1026 g_ptr_array_add (pmt_stream->descriptors, descriptor); in tsmux_stream_default_get_es_descrs()
[all …]
Dtsmuxstream.h78 …xStreamGetESDescriptorsFunc) (TsMuxStream *stream, GstMpegtsPMTStream *pmt_stream, void *user_data…
249 void tsmux_stream_get_es_descrs (TsMuxStream *stream, GstMpegtsPMTStream *pmt_stream);
250 void tsmux_stream_default_get_es_descrs (TsMuxStream * stream, GstMpegtsPMTStream * pmt_stream);
Dtsmux.c1809 GstMpegtsPMTStream *pmt_stream; in tsmux_write_pmt() local
1812 pmt_stream = gst_mpegts_pmt_stream_new (); in tsmux_write_pmt()
1815 pmt_stream->stream_type = stream->stream_type; in tsmux_write_pmt()
1816 pmt_stream->pid = tsmux_stream_get_pid (stream); in tsmux_write_pmt()
1819 tsmux_stream_get_es_descrs (stream, pmt_stream); in tsmux_write_pmt()
1820 g_ptr_array_add (pmt->streams, pmt_stream); in tsmux_write_pmt()
1825 GstMpegtsPMTStream *pmt_stream = gst_mpegts_pmt_stream_new (); in tsmux_write_pmt() local
1826 pmt_stream->stream_type = GST_MPEGTS_STREAM_TYPE_SCTE_SIT; in tsmux_write_pmt()
1827 pmt_stream->pid = program->scte35_pid; in tsmux_write_pmt()
1828 g_ptr_array_add (pmt->streams, pmt_stream); in tsmux_write_pmt()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstatscmux.c64 GstMpegtsPMTStream * pmt_stream, GstBaseTsMux * mpegtsmux) in gst_atsc_mux_stream_get_es_descrs() argument
68 tsmux_stream_default_get_es_descrs (stream, pmt_stream); in gst_atsc_mux_stream_get_es_descrs()
124 g_ptr_array_add (pmt_stream->descriptors, descriptor); in gst_atsc_mux_stream_get_es_descrs()
128 g_ptr_array_add (pmt_stream->descriptors, descriptor); in gst_atsc_mux_stream_get_es_descrs()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsbase.c700 GstMpegtsPMTStream *pmt_stream = g_ptr_array_index (pmt->streams, i); in _stream_in_pmt() local
702 if (pmt_stream->pid == stream->pid && in _stream_in_pmt()
703 pmt_stream->stream_type == stream->stream_type) in _stream_in_pmt()