Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-section-writer.c29 sdt->actual_ts = TRUE; in advertise_service()
Dts-parser.c1054 sdt->actual_ts ? "TRUE" : "FALSE"); in dump_sdt()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-section.h327 gboolean actual_ts; member
Dgst-dvb-section.c905 sdt->actual_ts = section->table_id == 0x42; in _parse_sdt()
1137 if (sdt->actual_ts) in gst_mpegts_section_from_sdt()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c432 sdt->actual_ts = TRUE; in GST_START_TEST()
458 fail_unless (sdt->actual_ts == TRUE); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c2098 GstClockTime actual_ts; in gst_dash_demux_stream_advance_fragment() local
2115 target_time, &actual_ts); in gst_dash_demux_stream_advance_fragment()
2131 GST_TIME_FORMAT ")", GST_TIME_ARGS (actual_ts), in gst_dash_demux_stream_advance_fragment()
2134 if ((stream->segment.rate > 0 && actual_ts <= previous_position) || in gst_dash_demux_stream_advance_fragment()
2135 (stream->segment.rate < 0 && actual_ts >= previous_position)) { in gst_dash_demux_stream_advance_fragment()