Home
last modified time | relevance | path

Searched refs:GST_PAD_EVENTFUNC (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/pango/
Dgsttimeoverlay.c332 overlay->orig_video_event = GST_PAD_EVENTFUNC (video_sink); in gst_time_overlay_init()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsndec.c84 self->sink_event_func = GST_PAD_EVENTFUNC (self->sinkpad); in rsn_dec_init()
/third_party/gstreamer/gstreamer/gst/
Dgstpad.h934 #define GST_PAD_EVENTFUNC(pad) (GST_PAD_CAST(pad)->eventfunc) macro
Dgstpad.c406 GST_PAD_EVENTFUNC (pad) = gst_pad_event_default; in gst_pad_init()
1908 GST_PAD_EVENTFUNC (pad) = event; in gst_pad_set_event_function_full()
1955 GST_PAD_EVENTFUNC (pad) = event_wrap; in gst_pad_set_event_full_function_full()
5884 eventfunc = GST_PAD_EVENTFUNC (pad); in gst_pad_send_event_unchecked()
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0rmixer.c708 self->collect_event = (GstPadEventFunction) GST_PAD_EVENTFUNC (self->sink0); in gst_frei0r_mixer_init()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavmux.c440 ffmpegmux->event_function = GST_PAD_EVENTFUNC (pad); in gst_ffmpegmux_request_new_pad()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.c500 self->srcpad_event_func = GST_PAD_EVENTFUNC (self->vfsrc); in gst_uvc_h264_src_init()