Home
last modified time | relevance | path

Searched refs:eventfunc (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpad.h779 GstPadEventFunction eventfunc; member
930 #define GST_PAD_EVENTFUNC(pad) (GST_PAD_CAST(pad)->eventfunc)
Dgstpad.c5770 GstPadEventFunction eventfunc; in gst_pad_send_event_unchecked() local
5884 eventfunc = GST_PAD_EVENTFUNC (pad); in gst_pad_send_event_unchecked()
5885 if (G_UNLIKELY (eventfunc == NULL && eventfullfunc == NULL)) in gst_pad_send_event_unchecked()
5900 } else if (eventfunc (pad, parent, event)) { in gst_pad_send_event_unchecked()
/third_party/gstreamer/gstreamer/
DChangeLog64682 Events on the sinkpad are copied to the pending array and after the eventfunc
64773 Make a function to call the eventfunc and perform a caps check when we are
102599 gst/gstpad.c: Fix possible deadlock if pad eventfunc is not specified. Fixes #421177.
102603 Fix possible deadlock if pad eventfunc is not specified. Fixes #421177.
/third_party/gstreamer/gstplugins_bad/
DChangeLog163316 camerabin2: Use gst_pad_send_event instead of eventfunc macro