[vlc-devel] [vlc-commits] lib: allow media player volume to be set before playing media

Rémi Denis-Courmont remi at remlab.net
Thu Mar 6 15:54:51 CET 2014


On Thu, 06 Mar 2014 09:24:43 +0100, Adrien Maglo <magsoft at videolan.org>
wrote:
> Since the push of this commit, we have buffering issue with the 
> AudioTrack Java audio output module on some devices.

The only difference it makes is that pf_activate() gets called earlier and
on a different thread than start(). So if you experience issues, you most
likely have bad interactions between those two functions in your plugin.
 
-- 
Rémi Denis-Courmont
Sent from my collocated server



More information about the vlc-devel mailing list