This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Delay GStreamer Pipeline



Hi,

I am using gstreamer and I am encountering the following situation. When I make a call the audio pipeline to receive audio is active immediately send pipeline takes about 12 seconds to become active.
What could be causing this?

I have gstreamer debug mode, follow the trace logs:


0:07:25.270200000 7344 058466B0 INFO GST_ELEMENT_PADS gstelement.c: 727
: gst_element_add_pad: <GstBaseRTPPayload@058ADB00> adding pad 'src'
0:07:25.270200000 7344 058466B0 INFO GST_ELEMENT_PADS gstelement.c: 727
: gst_element_add_pad: <GstBaseRTPPayload@058ADB00> adding pad 'sink'
0:07:25.270200000 7344 058466B0 INFO GST_ELEMENT_FACTORY gstelementfactor
yc: 403: gst_element_factory_create: creating element "udpsink"
0:07:25.270200000 7344 058466B0 INFO GST_ELEMENT_PADS gstelement.c: 727
: gst_element_add_pad: <GstBaseSink@05980770> adding pad 'sink'
0:07:37.290200000 7344 058466B0 INFO GST_ELEMENT_FACTORY gstelementfactor
yc: 403: gst_element_factory_create: creating element "pipeline"
0:07:37.290200000 7344 058466B0 INFO GST_PIPELINE grammar.tab.c: 61
0: gst_parse_perform_link: linking autoaudiosrc1: (any) to alawenc1: (any) (0/0) wi
th caps "00000000"
0:07:37.290200000 7344 058466B0 GST_ELEMENT_PADS gstutils.c INFO: 1585:
gst_element_link_pads: trying to link element autoaudiosrc1: (any) to element wing
wenc1: (any)

Thanks a lot, in advance.