Home
last modified time | relevance | path

Searched refs:GST_PAD_TEMPLATE (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideoconvert.c110 check_pad_template (GST_PAD_TEMPLATE (t)); in GST_START_TEST()
113 check_pad_template (GST_PAD_TEMPLATE (t)); in GST_START_TEST()
Dvideoscale.c154 check_pad_template (GST_PAD_TEMPLATE (t)); in GST_START_TEST()
157 check_pad_template (GST_PAD_TEMPLATE (t)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstpadtemplate.h45 #define GST_PAD_TEMPLATE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_PAD_TEMPLATE,GstPadTemp… macro
Dgstpadtemplate.c226 GstPadTemplate *templ = GST_PAD_TEMPLATE (object); in gst_pad_template_dispose()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c989 if (GST_PAD_TEMPLATE (l->data)->presence == GST_PAD_SOMETIMES) in has_sometimes_template()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstparsebin.c2269 GstPadTemplate *templ = GST_PAD_TEMPLATE (pads->data); in connect_element()
Dgstdecodebin2.c2886 GstPadTemplate *templ = GST_PAD_TEMPLATE (pads->data); in connect_element()
/third_party/gstreamer/gstplugins_good/
DChangeLog93663 GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.
93665 GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
117605 …[MOVED FROM BAD] GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and t…
117607 GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
159892 GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.
159894 GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
159902 GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.
159904 GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
/third_party/gstreamer/gstreamer/
DChangeLog118962 GST_PAD_TEMPLATE(pad) does a cast. We want the former here.