Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmux.c574 if (program->scte35_null_section) { in tsmux_program_set_scte35_pid()
575 tsmux_section_free (program->scte35_null_section); in tsmux_program_set_scte35_pid()
576 program->scte35_null_section = NULL; in tsmux_program_set_scte35_pid()
579 program->scte35_null_section = section = g_slice_new0 (TsMuxSection); in tsmux_program_set_scte35_pid()
1676 if (program->scte35_null_section) in tsmux_program_free()
1677 tsmux_section_free (program->scte35_null_section); in tsmux_program_free()
1854 return tsmux_section_write_packet (NULL, program->scte35_null_section, mux); in tsmux_write_scte_null()
Dtsmux.h118 TsMuxSection *scte35_null_section; member