Home
last modified time | relevance | path

Searched refs:sink_event_func (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsndec.h66 GstPadEventFunction sink_event_func; member
Drsndec.c68 ret = self->sink_event_func (pad, parent, event); in rsn_dec_sink_event()
84 self->sink_event_func = GST_PAD_EVENTFUNC (self->sinkpad); in rsn_dec_init()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dstreamiddemux.c267 sink_event_func (GstPad * pad, GstObject * parent, GstEvent * event) in sink_event_func() function
320 gst_pad_set_event_function (td.mysink[stream_cnt], sink_event_func); in GST_START_TEST()