Home
last modified time | relevance | path

Searched refs:set_discont (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-ids.h581 gboolean set_discont; /* TRUE = set DISCONT flag on next buffer */ member
Dmatroska-parse.c301 context->set_discont = TRUE; in gst_matroska_parse_add_stream()
1864 if (delta_unit && stream->set_discont) { in gst_matroska_parse_parse_blockgroup_or_simpleblock()
1911 stream->set_discont = TRUE; in gst_matroska_parse_parse_blockgroup_or_simpleblock()
2024 if (stream->set_discont) { in gst_matroska_parse_parse_blockgroup_or_simpleblock()
2027 stream->set_discont = FALSE; in gst_matroska_parse_parse_blockgroup_or_simpleblock()
Dmatroska-demux.c725 context->set_discont = TRUE; in gst_matroska_demux_parse_stream()
3708 if (stream->set_discont) { in gst_matroska_demux_push_stream_headers()
3710 stream->set_discont = FALSE; in gst_matroska_demux_push_stream_headers()
4792 stream->set_discont = TRUE; in gst_matroska_demux_parse_blockgroup_or_simpleblock()
4921 if (stream->set_discont) { in gst_matroska_demux_parse_blockgroup_or_simpleblock()
4924 stream->set_discont = FALSE; in gst_matroska_demux_parse_blockgroup_or_simpleblock()
Dmatroska-read-common.c3469 context->set_discont = TRUE; in gst_matroska_read_common_reset_streams()