Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtssection.c183 if (!section->short_section in __common_section_checks()
243 copy->short_section = section->short_section; in _gst_mpegts_section_copy()
1169 if (section->short_section) in _packetize_common_section()
1242 res->short_section = (*data & 0x80) == 0x00; in gst_mpegts_section_new()
1245 if (!res->short_section) { in gst_mpegts_section_new()
1320 if (!section->short_section) { in gst_mpegts_section_packetize()
Dgstmpegtssection.h232 gboolean short_section; member
Dgst-scte-section.c902 section->short_section = TRUE; in gst_mpegts_section_from_scte_sit()
906 section->short_section = TRUE; in gst_mpegts_section_from_scte_sit()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c90 fail_unless (sit_section->short_section); in GST_START_TEST()
137 fail_unless (sit_section->short_section); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c1367 if (!section->short_section) { in _on_bus_message()