I'm playing aac audio stream on my iOS device using GStreamer SDK, its working fine, but delay is above 2.0 seconds.
Can I make this delay lower then 2.0 seconds?
There may be some buffering issue.
This is how I'm creating the pipeline
pipeline = gst_parse_launch("playbin2", &error);