HomeSort by relevance Sort by last modified time
    Searched refs:ghostpad (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/audio/
gsta2dpsink.c 242 /* now we add a ghostpad */
243 self->ghostpad = GST_GHOST_PAD(gst_ghost_pad_new("sink",
247 /* the getcaps of our ghostpad must reflect the device caps */
248 gst_pad_set_getcaps_function(GST_PAD(self->ghostpad),
250 self->ghostpad_setcapsfunc = GST_PAD_SETCAPSFUNC(self->ghostpad);
251 gst_pad_set_setcaps_function(GST_PAD(self->ghostpad),
255 * of the ghostpad for forwarding calls */
256 self->ghostpad_eventfunc = GST_PAD_EVENTFUNC(GST_PAD(self->ghostpad));
257 gst_pad_set_event_function(GST_PAD(self->ghostpad),
260 if (!gst_element_add_pad(GST_ELEMENT(self), GST_PAD(self->ghostpad)))
    [all...]
gsta2dpsink.h 60 GstGhostPad *ghostpad; member in struct:_GstA2dpSink

Completed in 259 milliseconds