Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-scte-section.c103 component->splice_time = ((guint64) (*data & 0x01)) << 32; in _parse_splice_component()
105 component->splice_time += GST_READ_UINT32_BE (data); in _parse_splice_component()
108 GST_TIME_FORMAT ")", component->tag, component->splice_time, in _parse_splice_component()
109 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (component->splice_time))); in _parse_splice_component()
348 sit->splice_time = ((guint64) (*data & 0x01)) << 32; in _parse_sit()
350 sit->splice_time += GST_READ_UINT32_BE (data); in _parse_sit()
533 gst_mpegts_scte_splice_in_new (guint32 event_id, GstClockTime splice_time) in gst_mpegts_scte_splice_in_new() argument
541 if (splice_time == G_MAXUINT64) { in gst_mpegts_scte_splice_in_new()
545 event->program_splice_time = splice_time; in gst_mpegts_scte_splice_in_new()
572 gst_mpegts_scte_splice_out_new (guint32 event_id, GstClockTime splice_time, in gst_mpegts_scte_splice_out_new() argument
[all …]
Dgst-scte-section.h124 guint64 splice_time; /* Only valid for insert_event */ member
217 guint64 splice_time; member
258 GstClockTime splice_time);
262 GstClockTime splice_time,
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c1809 running_time = sit->splice_time; in handle_scte35_section()
1810 sit->splice_time = in handle_scte35_section()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c1168 MPEGTIME_TO_GSTTIME (sit->splice_time + in handle_psi()
/third_party/gstreamer/gstplugins_bad/
DChangeLog4784 time_signal splices are trivial, they only contain a splice_time()