• Max Kellermann's avatar
    pulse_mixer: wait for get_volume() operation to complete · 8258457b
    Max Kellermann authored
    The pa_context_get_sink_input_info() function is asynchronous, and
    after it returns, libpulse does not guarantee that the operation has
    completed yet; in fact, it is not likely.  Explicitly wait for the
    operation to complete.
    
    The code for the new pulse_wait_for_operation() function was inspired
    by mplayer and xine code.
    8258457b
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...