Hi All,
My objective is to play a song through alsa-card when bluetooth is not
connected and when Bluetooth is connected it is route through bluetooth
card.
Here i am using pulse-sink element in playbin
like
g_object_set (GST_OBJECT (playbin), "audio-sink", pulse_sink , NULL);
when* Bluetooth connected*
g_object_set(GST_OBJECT (pulse_sink), "device",BLUTOOTH_CARD, NULL);
when *no Bluetooth connected *
g_object_set(GST_OBJECT (pulse_sink), "device",ALSA_CARD, NULL);
the above conditions are working fine.
Now the problem is when i was playing a song it is taking 5 sec to play.when
i deactivate pulse-sink in playbin it is taking 2 sec to play.
we found that when Gstpulsesink clock is used it is taking 5 sec.when using
Gstalsasink it is taking 2 sec to play.
what i wanted to know because of this clocks we are getting latence delay 5
seconds or what?
The main objective is to reduce delay when using pulsesink.
Thanks
Sujith
--
Sent from:
http://gstreamer-devel.966125.n4.nabble.com/_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel