Home
last modified time | relevance | path

Searched refs:GST_QUERY_DRAIN (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstreamer/plugins/elements/
Dgstoutputselector.c693 case GST_QUERY_DRAIN: in gst_output_selector_query()
/third_party/gstreamer/gstreamer/gst/
Dgstquery.h126 GST_QUERY_DRAIN = GST_QUERY_MAKE_TYPE (180, _FLAG(DOWNSTREAM) | _FLAG(SERIALIZED)), enumerator
Dgstquery.c106 {GST_QUERY_DRAIN, "drain", 0},
2544 query = gst_query_new_custom (GST_QUERY_DRAIN, structure); in gst_query_new_drain()
Dgstenumtypes.c1459 { C_ENUM(GST_QUERY_DRAIN), "GST_QUERY_DRAIN", "drain" }, in gst_query_type_get_type()
Dgstpad.c3530 if (GST_QUERY_TYPE (query) == GST_QUERY_DRAIN) in gst_pad_query_default()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dappsink.c602 case GST_QUERY_DRAIN: in query_handler()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dcaopengllayersink.m409 case GST_QUERY_DRAIN:
Dgstglimagesink.c1174 case GST_QUERY_DRAIN: in gst_glimage_sink_query()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsink.c1187 case GST_QUERY_DRAIN: in gst_app_sink_query()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c1766 case GST_QUERY_DRAIN: in gst_kms_sink_query()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.c5894 case GST_QUERY_DRAIN: in gst_base_sink_default_query()
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c4050 if (GST_QUERY_TYPE (info->data) == GST_QUERY_DRAIN) { in serialized_query_probe()