Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsttestsrcbin.c263 (*n_stream == 0) ? GST_STREAM_FLAG_SELECT : GST_STREAM_FLAG_UNSELECT); in gst_test_src_bin_setup_src()
/third_party/gstreamer/gstreamer/gst/
Dgstevent.h215 GST_STREAM_FLAG_SELECT = (1 << 1), enumerator
Dgstenumtypes.c614 { C_FLAGS(GST_STREAM_FLAG_SELECT), "GST_STREAM_FLAG_SELECT", "select" }, in gst_stream_flags_get_type()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3.c1261 (flaga & GST_STREAM_FLAG_SELECT) ? ((flagb & GST_STREAM_FLAG_SELECT) ? 0 : in sort_streams()
1262 -1) : ((flagb & GST_STREAM_FLAG_SELECT) ? 1 : 0); in sort_streams()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c1754 stream_flags |= GST_STREAM_FLAG_SELECT; in gst_matroska_demux_add_stream()
/third_party/gstreamer/gstreamer/
DChangeLog42702 API: GST_STREAM_FLAG_SELECT