Home
last modified time | relevance | path

Searched refs:GST_PAD_IS_PROXY_ALLOCATION (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpad.h1130 #define GST_PAD_IS_PROXY_ALLOCATION(pad) (GST_OBJECT_FLAG_IS_SET (pad, GST_PAD_FLAG_PROXY_ALLOCA… macro
Dgstpad.c3485 forward = GST_PAD_IS_PROXY_ALLOCATION (pad); in gst_pad_query_default()