Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmux.c452 program->pcr_stream = NULL; in tsmux_program_new()
668 if (program->pcr_stream == stream) in tsmux_program_set_pcr_stream()
671 if (program->pcr_stream != NULL) in tsmux_program_set_pcr_stream()
672 tsmux_stream_pcr_unref (program->pcr_stream); in tsmux_program_set_pcr_stream()
675 program->pcr_stream = stream; in tsmux_program_set_pcr_stream()
855 TsMuxStream *stream = program->pcr_stream; in tsmux_packet_out()
1783 if (program->pcr_stream == NULL) in tsmux_write_pmt()
1786 pmt->pcr_pid = tsmux_stream_get_pid (program->pcr_stream); in tsmux_write_pmt()
Dtsmux.h127 TsMuxStream *pcr_stream; member
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c844 if (ts_pad->prog->pcr_stream == NULL) { in gst_base_ts_mux_create_pad_stream()
1281 if (G_UNLIKELY (prog->pcr_stream == NULL)) { in gst_base_ts_mux_aggregate_buffer()
1345 if (prog->pcr_stream == best->stream) { in gst_base_ts_mux_aggregate_buffer()
1465 if (ts_pad->prog->pcr_stream == ts_pad->stream) { in gst_base_ts_mux_release_pad()