Home
last modified time | relevance | path

Searched refs:gst_pad_template_get_caps (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpadtemplate.c473 gst_pad_template_get_caps (GstPadTemplate * templ) in gst_pad_template_get_caps() function
526 return gst_pad_template_get_caps (templ); in gst_pad_template_get_documentation_caps()
Dgstpadtemplate.h230 GstCaps* gst_pad_template_get_caps (GstPadTemplate *templ);
Dgstutils.c2058 srccaps = gst_pad_template_get_caps (srctempl); in gst_element_link_pads_full()
2059 destcaps = gst_pad_template_get_caps (desttempl); in gst_element_link_pads_full()
Dgstpad.c2759 return gst_pad_template_get_caps (GST_PAD_PAD_TEMPLATE (pad)); in gst_pad_get_pad_template_caps()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideoconvert.c57 caps = gst_pad_template_get_caps (tmpl); in check_pad_template()
Dvideoscale.c58 caps = gst_pad_template_get_caps (tmpl); in check_pad_template()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsndec.c253 ctx.desired_caps = gst_pad_template_get_caps (templ); in _get_decoder_factories()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtsrc.cc248 caps = gst_pad_template_get_caps (pad_template); in gst_qt_src_get_caps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagmux.c190 GstCaps *tmpl_caps = gst_pad_template_get_caps (tmpl); in gst_tag_mux_init()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dselector.c813 expected = gst_pad_template_get_caps (templ); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgsttranscodebin.c161 GstCaps *caps = gst_pad_template_get_caps (tmpl); in filter_handles_any()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavmux.c326 gst_pad_set_caps (ffmpegmux->srcpad, gst_pad_template_get_caps (templ)); in gst_ffmpegmux_init()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsasrc.c341 templ_caps = gst_pad_template_get_caps (pad_template); in gst_alsasrc_getcaps()
Dgstalsasink.c321 templ_caps = gst_pad_template_get_caps (pad_template); in gst_alsasink_getcaps()
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsoundsink.c294 gst_pad_template_get_caps (pad_template)); in gst_directsound_sink_getcaps()
/third_party/gstreamer/gstreamer/docs/random/
Dporting-to-1.0.txt182 gst_pad_template_get_caps() returns a new reference of the caps
DChangeLog-0.86461 (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps)
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.c830 format = gst_pad_template_get_caps (template); in _get_parser()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoaggregator.c3090 src_template = gst_pad_template_get_caps (pad_template); in gst_video_aggregator_init()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.c1033 caps = gst_pad_template_get_caps (pad_template); in gst_base_src_default_get_caps()
Dgstbasesink.c673 caps = gst_pad_template_get_caps (pad_template); in gst_base_sink_query_caps()
/third_party/gstreamer/gstreamer/
DChangeLog65094 gst_pad_template_get_caps(), gst_pad_get_pad_template_caps()
123842 (gst_static_pad_template_get_caps), (gst_pad_template_get_caps),