Searched refs:eventfunc (Results 1 – 4 of 4) sorted by relevance
779 GstPadEventFunction eventfunc; member930 #define GST_PAD_EVENTFUNC(pad) (GST_PAD_CAST(pad)->eventfunc)
5770 GstPadEventFunction eventfunc; in gst_pad_send_event_unchecked() local5884 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()
64682 Events on the sinkpad are copied to the pending array and after the eventfunc64773 Make a function to call the eventfunc and perform a caps check when we are102599 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.
163316 camerabin2: Use gst_pad_send_event instead of eventfunc macro