Searched refs:GST_QUERY_CUSTOM (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | navigation.c | 200 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/ |
D | gstrtpstorage.c | 140 if (GST_QUERY_TYPE (query) == GST_QUERY_CUSTOM) { in gst_rtp_storage_src_query()
|
D | gstrtpulpfecdec.c | 490 GstQuery *q = gst_query_new_custom (GST_QUERY_CUSTOM, in gst_rtp_ulpfec_dec_handle_sink_event()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstquery.h | 120 GST_QUERY_CUSTOM = GST_QUERY_MAKE_TYPE (120, FLAG(BOTH)), enumerator
|
D | gstenumtypes.c | 1351 { C_ENUM(GST_QUERY_CUSTOM), "GST_QUERY_CUSTOM", "custom" }, in gst_query_type_get_type()
|
D | gstquery.c | 100 {GST_QUERY_CUSTOM, "custom", 0},
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | resindvdsrc.c | 2631 case GST_QUERY_CUSTOM: in rsn_dvdsrc_src_query()
|