Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmux.h84 typedef struct TsMuxSection TsMuxSection; typedef
91 struct TsMuxSection { struct
101 TsMuxSection pmt; argument
118 TsMuxSection *scte35_null_section;
150 TsMuxSection pat;
Dtsmux.c113 tsmux_section_free (TsMuxSection * section) in tsmux_section_free()
116 g_slice_free (TsMuxSection, section); in tsmux_section_free()
341 TsMuxSection *tsmux_section; in tsmux_add_mpegts_si_section()
347 tsmux_section = g_slice_new0 (TsMuxSection); in tsmux_add_mpegts_si_section()
568 TsMuxSection *section; in tsmux_program_set_scte35_pid()
579 program->scte35_null_section = section = g_slice_new0 (TsMuxSection); in tsmux_program_set_scte35_pid()
1146 TsMuxSection * section, TsMux * mux) in tsmux_section_write_packet()
1284 TsMuxSection tsmux_section; in tsmux_send_section()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c293 steal_si_section (GstMpegtsSectionType * type, TsMuxSection * section, in steal_si_section()
/third_party/gstreamer/gstplugins_bad/
DChangeLog114435 mpegtsmux: Remove unused data in TsMuxSection