Searched refs:ghostpad (Results 1 – 2 of 2) sorted by relevance
227 self->ghostpad = GST_GHOST_PAD(gst_ghost_pad_new("sink", in gst_a2dp_sink_init_ghost_pad()232 gst_pad_set_getcaps_function(GST_PAD(self->ghostpad), in gst_a2dp_sink_init_ghost_pad()234 self->ghostpad_setcapsfunc = GST_PAD_SETCAPSFUNC(self->ghostpad); in gst_a2dp_sink_init_ghost_pad()235 gst_pad_set_setcaps_function(GST_PAD(self->ghostpad), in gst_a2dp_sink_init_ghost_pad()240 self->ghostpad_eventfunc = GST_PAD_EVENTFUNC(GST_PAD(self->ghostpad)); in gst_a2dp_sink_init_ghost_pad()241 gst_pad_set_event_function(GST_PAD(self->ghostpad), in gst_a2dp_sink_init_ghost_pad()244 if (!gst_element_add_pad(GST_ELEMENT(self), GST_PAD(self->ghostpad))) in gst_a2dp_sink_init_ghost_pad()549 capsfilterpad = gst_ghost_pad_get_target(self->ghostpad); in gst_a2dp_sink_init_dynamic_elements()581 return self->ghostpad_setcapsfunc(GST_PAD(self->ghostpad), caps); in gst_a2dp_sink_set_caps()615 return self->ghostpad_eventfunc(GST_PAD(self->ghostpad), event); in gst_a2dp_sink_handle_event()[all …]
59 GstGhostPad *ghostpad; member