Home
last modified time | relevance | path

Searched refs:gst_proxy_pad_chain_default (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstghostpad.c117 gst_proxy_pad_chain_default (GstPad * pad, GstObject * parent, in gst_proxy_pad_chain_default() function
236 GST_DEBUG_REGISTER_FUNCPTR (gst_proxy_pad_chain_default); in gst_proxy_pad_class_init()
527 gst_pad_set_chain_function (pad, gst_proxy_pad_chain_default); in gst_ghost_pad_constructed()
550 gst_pad_set_chain_function (internal, gst_proxy_pad_chain_default); in gst_ghost_pad_constructed()
Dgstghostpad.h71 GstFlowReturn gst_proxy_pad_chain_default (GstPad *pad, GstObject *parent,
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpesrcbin.cpp208 chain_result = gst_proxy_pad_chain_default (pad, GST_OBJECT_CAST (src), buffer); in gst_wpe_src_chain_buffer()
/third_party/gstreamer/gstplugins_good/gst/videocrop/
Dgstaspectratiocrop.c231 return gst_proxy_pad_chain_default (pad, parent, buffer); in gst_aspect_ratio_crop_sink_chain()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsttestsrcbin.c180 chain_res = gst_proxy_pad_chain_default (pad, GST_OBJECT (self), buffer); in gst_test_src_bin_chain()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstsubtitleoverlay.c1674 ret = gst_proxy_pad_chain_default (proxypad, parent, buffer); in gst_subtitle_overlay_src_proxy_chain()
1804 GstFlowReturn ret = gst_proxy_pad_chain_default (pad, parent, buffer); in gst_subtitle_overlay_video_sink_chain()
1833 GstFlowReturn ret = gst_proxy_pad_chain_default (pad, parent, buffer); in gst_subtitle_overlay_subtitle_sink_chain()
Dgstplaysink.c2309 ret = gst_proxy_pad_chain_default (pad, parent, buffer); in gst_play_sink_sink_chain()
/third_party/gstreamer/gstreamer/
DChangeLog65526 API: gst_proxy_pad_chain_default