Home
last modified time | relevance | path

Searched refs:GST_EVENT_SELECT_STREAMS (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstevent.c108 {GST_EVENT_SELECT_STREAMS, "select-streams", 0},
656 event = gst_event_new_custom (GST_EVENT_SELECT_STREAMS, struc); in gst_event_new_select_streams()
677 g_return_if_fail (GST_EVENT_TYPE (event) == GST_EVENT_SELECT_STREAMS); in gst_event_parse_select_streams()
Dgstevent.h182 GST_EVENT_SELECT_STREAMS = GST_EVENT_MAKE_TYPE (260, _FLAG(UPSTREAM)), enumerator
Dgstenumtypes.c594 { C_ENUM(GST_EVENT_SELECT_STREAMS), "GST_EVENT_SELECT_STREAMS", "select-streams" }, in gst_event_type_get_type()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstevent.c67 fail_unless (GST_EVENT_TYPE (event) == GST_EVENT_SELECT_STREAMS); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3.c2827 case GST_EVENT_SELECT_STREAMS: in ghost_pad_event_probe()
2878 if (GST_EVENT_TYPE (event) == GST_EVENT_SELECT_STREAMS) { in gst_decodebin3_send_event()
Dgstplaybin3.c2255 if (GST_EVENT_TYPE (event) == GST_EVENT_SELECT_STREAMS) { in gst_play_bin3_send_event()
/third_party/gstreamer/gstreamer/
DChangeLog21979 * GST_EVENT_SELECT_STREAMS