Searched refs:GST_STREAM_FLAG_SPARSE (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpklvdepay.c | 145 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/ |
D | gstevent.c | 274 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/ |
D | gstevent.h | 214 GST_STREAM_FLAG_SPARSE = (1 << 0), enumerator
|
D | gstenumtypes.c | 617 { 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/ |
D | splitmuxsrc.c | 358 gst_event_set_stream_flags (event, flags | GST_STREAM_FLAG_SPARSE); in intercept_stream_start()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gststreamsynchronizer.c | 440 all_wait = all_wait && ((ostream->flags & GST_STREAM_FLAG_SPARSE) in gst_stream_synchronizer_sink_event()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxpartreader.c | 351 part_pad->is_sparse = (flags & GST_STREAM_FLAG_SPARSE); in splitmux_part_pad_event()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | tsdemux.c | 2049 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/ |
D | gstmultiqueue.c | 2887 if ((stream_flags & GST_STREAM_FLAG_SPARSE)) {
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavidemux.c | 2463 gst_event_set_stream_flags (event, GST_STREAM_FLAG_SPARSE); in gst_avi_demux_parse_stream()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 8970 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/ |
D | matroska-demux.c | 1752 stream_flags |= GST_STREAM_FLAG_SPARSE; in gst_matroska_demux_add_stream()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 42718 API: GST_STREAM_FLAG_SPARSE
|