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 <[email protected]>
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
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits