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.c245 (*n_stream == 0) ? GST_STREAM_FLAG_SELECT : GST_STREAM_FLAG_UNSELECT); in gst_test_src_bin_setup_src()
/third_party/gstreamer/gstreamer/gst/
Dgstevent.h206 GST_STREAM_FLAG_SELECT = (1 << 1), enumerator
Dgstenumtypes.c579 { 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.c1203 (flaga & GST_STREAM_FLAG_SELECT) ? ((flagb & GST_STREAM_FLAG_SELECT) ? 0 : in sort_streams()
1204 -1) : ((flagb & GST_STREAM_FLAG_SELECT) ? 1 : 0); in sort_streams()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c1647 stream_flags |= GST_STREAM_FLAG_SELECT; in gst_matroska_demux_add_stream()
/third_party/gstreamer/gstreamer/
DChangeLog34447 API: GST_STREAM_FLAG_SELECT