Home
last modified time | relevance | path

Searched refs:program_splice_time_specified (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-scte-section.c190 event->program_splice_time_specified = *data >> 7; in _parse_splice_event()
191 if (event->program_splice_time_specified) { in _parse_splice_event()
544 event->program_splice_time_specified = TRUE; in gst_mpegts_scte_splice_in_new()
585 event->program_splice_time_specified = TRUE; in gst_mpegts_scte_splice_out_new()
694 if (event->program_splice_time_specified) in _packetize_sit()
813 if (!event->program_splice_time_specified) in _packetize_sit()
Dgst-scte-section.h147 gboolean program_splice_time_specified; /* Only valid for insert_event && program_splice */ member
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c125 event->program_splice_time_specified = TRUE; in GST_START_TEST()
164 fail_unless (event->program_splice_time_specified == TRUE); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c1694 if (sevent->program_splice_time_specified) in handle_scte35_section()
1714 if (sevent->program_splice_time_specified) { in handle_scte35_section()
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c1260 if (event->program_splice_time_specified) in dump_scte_sit()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c1238 if (sevent->program_splice_time_specified) { in handle_psi()