Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dnavigation.c200 if (query == NULL || GST_QUERY_TYPE (query) != GST_QUERY_CUSTOM) in gst_navigation_query_get_type()
235 query = gst_query_new_custom (GST_QUERY_CUSTOM, structure); in gst_navigation_query_new_commands()
397 query = gst_query_new_custom (GST_QUERY_CUSTOM, structure); in gst_navigation_query_new_angles()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpstorage.c140 if (GST_QUERY_TYPE (query) == GST_QUERY_CUSTOM) { in gst_rtp_storage_src_query()
Dgstrtpulpfecdec.c490 GstQuery *q = gst_query_new_custom (GST_QUERY_CUSTOM, in gst_rtp_ulpfec_dec_handle_sink_event()
/third_party/gstreamer/gstreamer/gst/
Dgstquery.h120 GST_QUERY_CUSTOM = GST_QUERY_MAKE_TYPE (120, FLAG(BOTH)), enumerator
Dgstenumtypes.c1351 { C_ENUM(GST_QUERY_CUSTOM), "GST_QUERY_CUSTOM", "custom" }, in gst_query_type_get_type()
Dgstquery.c100 {GST_QUERY_CUSTOM, "custom", 0},
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdsrc.c2631 case GST_QUERY_CUSTOM: in rsn_dvdsrc_src_query()