Home
last modified time | relevance | path

Searched refs:gst_element_get_compatible_pad (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dencoding.c217 sinkpad = gst_element_get_compatible_pad (encodebin, pad, NULL); in pad_added_cb()
/third_party/gstreamer/gstplugins_bad/gst/rtp/
Dgstrtpsink.c424 upad = gst_element_get_compatible_pad (self->funnel_rtp, pad, NULL); in gst_rtp_sink_rtpbin_pad_added_cb()
/third_party/gstreamer/gstreamer/gst/
Dgstutils.c1135 gst_element_get_compatible_pad (GstElement * element, GstPad * pad, in gst_element_get_compatible_pad() function
1939 temp = gst_element_get_compatible_pad (dest, srcpad, NULL); in gst_element_link_pads_full()
1995 GstPad *temp = gst_element_get_compatible_pad (src, destpad, NULL); in gst_element_link_pads_full()
Dgstutils.h987 GstPad* gst_element_get_compatible_pad (GstElement *element, GstPad *pad,
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstutils.c1642 requested = gst_element_get_compatible_pad (element, peer, filter); in check_get_compatible_pad_request()
/third_party/gstreamer/gstreamer/docs/random/
DChangeLog-0.86882 (gst_element_get_compatible_pad, gst_element_link_pads_filtered)
/third_party/gstreamer/gstreamer/
DChangeLog28849 tests: gstutils: add tests for gst_element_get_compatible_pad
28850 Adds tests for gst_element_get_compatible_pad for when it has to
75631 In gst_element_get_compatible_pad(), when trying to find a compatible pad on an
76175 utils: Add more details about gst_element_get_compatible_pad
90761 * gst/gstutils.c: (gst_element_get_compatible_pad):
90768 * gst/gstutils.c: (gst_element_get_compatible_pad):
92284 * gst/gstutils.c: (gst_element_get_compatible_pad):
97677 gst/gstutils.c: Clarify gst_element_get_compatible_pad() documentation.
97680 Clarify gst_element_get_compatible_pad() documentation.
131241 * gst/gstutils.c: (gst_element_get_compatible_pad), (ghost_up):