Home
last modified time | relevance | path

Searched refs:GST_PAD_IS_FIXED_CAPS (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpad.h1086 #define GST_PAD_IS_FIXED_CAPS(pad) (GST_OBJECT_FLAG_IS_SET (pad, GST_PAD_FLAG_FIXED_CAPS)) macro
Dgstpad.c3272 fixed_caps = GST_PAD_IS_FIXED_CAPS (pad); in gst_pad_query_caps_default()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c157 fixed_caps = GST_PAD_IS_FIXED_CAPS (GST_VIDEO_DECODER_SRC_PAD (decoder)); in gst_va_base_dec_src_query()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.c655 fixed = GST_PAD_IS_FIXED_CAPS (pad); in gst_base_sink_query_caps()