Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-section.h265 gboolean actual_ts; member
Dgst-dvb-section.c861 sdt->actual_ts = section->table_id == 0x42; in _parse_sdt()
1094 if (sdt->actual_ts) in gst_mpegts_section_from_sdt()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c322 sdt->actual_ts = TRUE; in GST_START_TEST()
348 fail_unless (sdt->actual_ts == TRUE); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c2088 GstClockTime actual_ts; in gst_dash_demux_stream_advance_fragment() local
2105 target_time, &actual_ts); in gst_dash_demux_stream_advance_fragment()
2121 GST_TIME_FORMAT ")", GST_TIME_ARGS (actual_ts), in gst_dash_demux_stream_advance_fragment()
2124 if ((stream->segment.rate > 0 && actual_ts <= previous_position) || in gst_dash_demux_stream_advance_fragment()
2125 (stream->segment.rate < 0 && actual_ts >= previous_position)) { in gst_dash_demux_stream_advance_fragment()
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c995 sdt->actual_ts ? "TRUE" : "FALSE"); in dump_sdt()