Searched refs:gst_proxy_pad_chain_default (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstghostpad.c | 117 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()
|
D | gstghostpad.h | 71 GstFlowReturn gst_proxy_pad_chain_default (GstPad *pad, GstObject *parent,
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | gstwpesrcbin.cpp | 208 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/ |
D | gstaspectratiocrop.c | 231 return gst_proxy_pad_chain_default (pad, parent, buffer); in gst_aspect_ratio_crop_sink_chain()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gsttestsrcbin.c | 180 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/ |
D | gstsubtitleoverlay.c | 1674 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()
|
D | gstplaysink.c | 2309 ret = gst_proxy_pad_chain_default (pad, parent, buffer); in gst_play_sink_sink_chain()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 65526 API: gst_proxy_pad_chain_default
|