[Spice-devel] [spice-gtk PATCH v8 0/4] volume-info: spice-pulse

Victor Toso victortoso at redhat.com
Thu Apr 16 06:41:05 PDT 2015


spice-pulse:
- track later pa_operation related to ext-stream-restore
  that only starts after context is in READY state;
- avoid triggering the above operation more then once;
- cancel pa_operations when complete_all_async_tasks is called.
  this is useful in dispose() as we may have pa_operations running;

note: I'm removing the __func__ from SPICE_DEBUG in other
patches as well.

Victor Toso (4):
  audio: spice-audio with get mute and volume
  audio: spice-pulse implement async volume-info
  audio: spice-gstaudio implements async volume-info
  agent: sync guest audio with client values

 gtk/channel-main.c       | 141 ++++++++++++++
 gtk/spice-audio.h        |  28 ++-
 gtk/spice-gstaudio.c     | 191 ++++++++++++++++++-
 gtk/spice-pulse.c        | 476 ++++++++++++++++++++++++++++++++++++++++++++++-
 gtk/spice-session-priv.h |   2 +-
 5 files changed, 825 insertions(+), 13 deletions(-)

-- 
2.1.0



More information about the Spice-devel mailing list