[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.15-test5-94-g649c982

Lennart Poettering gitmailer-noreply at 0pointer.de
Mon Mar 30 11:20:05 PDT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  1743322d3e184d57a80cd58e9bcfb0bf01bd4c67 (commit)

- Log -----------------------------------------------------------------
649c982 Use pa_source_set_max_rewind_within_thread() for updating the monitor source's max_rewind
-----------------------------------------------------------------------

Summary of changes:
 src/pulsecore/sink.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------

commit 649c982222f520fdd4afae8880c622437d4ba585
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Mar 30 20:19:32 2009 +0200

    Use pa_source_set_max_rewind_within_thread() for updating the monitor source's max_rewind

diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c
index 1fe8f59..73ad247 100644
--- a/src/pulsecore/sink.c
+++ b/src/pulsecore/sink.c
@@ -1798,7 +1798,7 @@ void pa_sink_set_max_rewind_within_thread(pa_sink *s, size_t max_rewind) {
     }
 
     if (s->monitor_source)
-        pa_source_set_max_rewind(s->monitor_source, s->thread_info.max_rewind);
+        pa_source_set_max_rewind_within_thread(s->monitor_source, s->thread_info.max_rewind);
 }
 
 /* Called from main thread */

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list