Home
last modified time | relevance | path

Searched refs:GST_PAD_TEMPLATE_CAPS (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpadtemplate.c229 if (GST_PAD_TEMPLATE_CAPS (templ)) { in gst_pad_template_dispose()
230 gst_caps_unref (GST_PAD_TEMPLATE_CAPS (templ)); in gst_pad_template_dispose()
476 caps = GST_PAD_TEMPLATE_CAPS (templ); in gst_pad_template_get_caps()
512 GST_PAD_TEMPLATE_CAPS (object) = g_value_dup_boxed (value); in gst_pad_template_set_property()
513 if (GST_PAD_TEMPLATE_CAPS (object) != NULL) { in gst_pad_template_set_property()
515 GST_MINI_OBJECT_FLAG_SET (GST_PAD_TEMPLATE_CAPS (object), in gst_pad_template_set_property()
544 g_value_set_boxed (value, GST_PAD_TEMPLATE_CAPS (object)); in gst_pad_template_get_property()
Dgstpadtemplate.h95 #define GST_PAD_TEMPLATE_CAPS(templ) (((GstPadTemplate *)(templ))->caps) macro
Dgstutils.c919 "intersecting %" GST_PTR_FORMAT, GST_PAD_TEMPLATE_CAPS (compattempl)); in gst_element_get_compatible_pad_template()
921 "..and %" GST_PTR_FORMAT, GST_PAD_TEMPLATE_CAPS (padtempl)); in gst_element_get_compatible_pad_template()
923 compatible = gst_caps_can_intersect (GST_PAD_TEMPLATE_CAPS (compattempl), in gst_element_get_compatible_pad_template()
924 GST_PAD_TEMPLATE_CAPS (padtempl)); in gst_element_get_compatible_pad_template()
Dgstpad.c2272 srccaps = gst_caps_ref (GST_PAD_TEMPLATE_CAPS (GST_PAD_PAD_TEMPLATE (src))); in gst_pad_link_check_compatible_unlocked()
2274 gst_caps_ref (GST_PAD_TEMPLATE_CAPS (GST_PAD_PAD_TEMPLATE (sink))); in gst_pad_link_check_compatible_unlocked()
3207 if ((result = GST_PAD_TEMPLATE_CAPS (templ))) in gst_pad_query_caps_default()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasepayload.c435 caps = GST_PAD_TEMPLATE_CAPS (GST_PAD_PAD_TEMPLATE (pad)); in gst_rtp_base_payload_getcaps_default()
/third_party/gstreamer/gstreamer/docs/gst/
Dgstreamer-sections.txt2237 GST_PAD_TEMPLATE_CAPS