Home
last modified time | relevance | path

Searched refs:GstPadForwardFunction (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpad.h473 typedef gboolean (*GstPadForwardFunction) (GstPad *pad, gpointer user_data); typedef
1569 gboolean gst_pad_forward (GstPad *pad, GstPadForwardFunction forward,
Dgstpad.c3049 gst_pad_forward (GstPad * pad, GstPadForwardFunction forward, in gst_pad_forward()
3176 gst_pad_forward (pad, (GstPadForwardFunction) event_forward_func, &data); in gst_pad_event_default()
3524 gst_pad_forward (pad, (GstPadForwardFunction) query_forward_func, &data); in gst_pad_query_default()
Dgstutils.c2790 gst_pad_forward (pad, (GstPadForwardFunction) query_accept_caps_func, &data); in gst_pad_proxy_query_accept_caps()
2860 gst_pad_forward (pad, (GstPadForwardFunction) query_caps_func, &data); in gst_pad_proxy_query_caps()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.c1902 gst_pad_forward (srcpad, (GstPadForwardFunction) event_forward_func, &data); in forward_event_to_all_sinkpads()
/third_party/gstreamer/gstplugins_good/
DChangeLog17164 In the forward callback (GstPadForwardFunction) we always return