Home
last modified time | relevance | path

Searched refs:GstPadEventFunction (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/pango/
Dgsttimeoverlay.h70 GstPadEventFunction orig_video_event;
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0rmixer.h54 GstPadEventFunction collect_event;
Dgstfrei0rmixer.c708 self->collect_event = (GstPadEventFunction) GST_PAD_EVENTFUNC (self->sink0); in gst_frei0r_mixer_init()
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpbasedepayload.h64 GstPadEventFunction sink_event;
Dgstavtpbasepayload.h68 GstPadEventFunction sink_event;
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsndec.h66 GstPadEventFunction sink_event_func;
Drsnparsetter.c74 (GstPadEventFunction) GST_DEBUG_FUNCPTR (rsn_parsetter_sink_event)); in rsn_parsetter_init()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.h108 GstPadEventFunction srcpad_event_func;
/third_party/gstreamer/gstreamer/gst/
Dgstpad.h377 typedef gboolean (*GstPadEventFunction) (GstPad *pad, GstObject *parent, typedef
783 GstPadEventFunction eventfunc;
1410 GstPadEventFunction event,
Dgstpad.c1901 gst_pad_set_event_function_full (GstPad * pad, GstPadEventFunction event, in gst_pad_set_event_function_full()
5770 GstPadEventFunction eventfunc; in gst_pad_send_event_unchecked()
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dgstsctpdec.c237 GST_DEBUG_FUNCPTR ((GstPadEventFunction) gst_sctp_dec_packet_event)); in gst_sctp_dec_init()
573 GST_DEBUG_FUNCPTR ((GstPadEventFunction) gst_sctp_dec_src_event)); in get_pad_for_stream_id()
Dgstsctpenc.c270 GST_DEBUG_FUNCPTR ((GstPadEventFunction) gst_sctp_enc_src_event)); in gst_sctp_enc_init()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsttestsrcbin.c292 (GstPadEventFunction) gst_test_src_event_function); in gst_test_src_bin_setup_src()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavmux.c61 GstPadEventFunction event_function;
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpjitterbuffer.c1174 (GstPadEventFunction) gst_rtp_jitter_buffer_sink_rtcp_event); in create_rtcp_sink()
/third_party/gstreamer/gstreamer/
DChangeLog33941 pad: annotate GstPadEventFunction event with 'transfer full'