[Bug 1741] Break PulseAudio provider out into IcedTea-Sound

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Mar 2 17:05:21 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1741

--- Comment #6 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea?cmd=changeset;node=26295314f6d6
author: Denis Lila <dlila at redhat.com>
date: Thu Jun 16 11:11:35 2011 -0400

    PR1741: Fix a few concurrency problems in pulse audio.

    2011-06-16  Denis Lila  <dlila at redhat.com>

        *
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioDataLine.java
        (addStreamListeners): Remove this.notifyAll() from
        openCloseListener.update; change this.notifyAll() to
        PulseAudioDataLine.this.notifyAll() in startedListener.update.
        *
pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioTargetDataLine.java
        (read): Put fragmentBuffer null check in the synchronized block.
        (flush): Make it synchronized to avoid race condition with read().

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160302/89ca9853/attachment-0001.html>


More information about the distro-pkg-dev mailing list