Home
last modified time | relevance | path

Searched refs:GST_STREAM_FLAG_SPARSE (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpklvdepay.c145 gst_event_set_stream_flags (ev, flags | GST_STREAM_FLAG_SPARSE); in gst_rtp_klv_depay_handle_event()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstevent.c274 gst_event_set_stream_flags (event, GST_STREAM_FLAG_SPARSE); in GST_START_TEST()
276 fail_unless_equals_int (flags, GST_STREAM_FLAG_SPARSE); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstevent.h214 GST_STREAM_FLAG_SPARSE = (1 << 0), enumerator
Dgstenumtypes.c617 { C_FLAGS(GST_STREAM_FLAG_SPARSE), "GST_STREAM_FLAG_SPARSE", "sparse" }, in gst_stream_flags_get_type()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dsplitmuxsrc.c358 gst_event_set_stream_flags (event, flags | GST_STREAM_FLAG_SPARSE); in intercept_stream_start()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgststreamsynchronizer.c440 all_wait = all_wait && ((ostream->flags & GST_STREAM_FLAG_SPARSE) in gst_stream_synchronizer_sink_event()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxpartreader.c351 part_pad->is_sparse = (flags & GST_STREAM_FLAG_SPARSE); in splitmux_part_pad_event()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c2049 gst_event_set_stream_flags (event, GST_STREAM_FLAG_SPARSE); in create_pad_for_stream()
2051 GST_STREAM_FLAG_SPARSE); in create_pad_for_stream()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstmultiqueue.c2887 if ((stream_flags & GST_STREAM_FLAG_SPARSE)) {
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavidemux.c2463 gst_event_set_stream_flags (event, GST_STREAM_FLAG_SPARSE); in gst_avi_demux_parse_stream()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c8970 stream_flags |= GST_STREAM_FLAG_SPARSE; in gst_qtdemux_configure_stream()
8972 stream_flags &= ~GST_STREAM_FLAG_SPARSE; in gst_qtdemux_configure_stream()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c1752 stream_flags |= GST_STREAM_FLAG_SPARSE; in gst_matroska_demux_add_stream()
/third_party/gstreamer/gstreamer/
DChangeLog42718 API: GST_STREAM_FLAG_SPARSE