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 342e06498f9720d9198b006fc0f3a51c21a0c95c (commit)
- Log -----------------------------------------------------------------
0a7fccd pacat: pass buffer_attr to recording streams too
-----------------------------------------------------------------------
Summary of changes:
src/utils/pacat.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 0a7fccdb3d6bf63448d491727316e033ae235b58
Author: Lennart Poettering <[email protected]>
Date: Sun Feb 21 21:09:26 2010 +0100
pacat: pass buffer_attr to recording streams too
Pointed out by Colin Guthrie.
https://tango.0pointer.de/pipermail/pulseaudio-discuss/2010-February/006698.html
diff --git a/src/utils/pacat.c b/src/utils/pacat.c
index 75ccd9a..6cbff2e 100644
--- a/src/utils/pacat.c
+++ b/src/utils/pacat.c
@@ -473,7 +473,7 @@ static void context_state_callback(pa_context *c, void
*userdata) {
}
} else {
- if (pa_stream_connect_record(stream, device, latency > 0 ?
&buffer_attr : NULL, flags) < 0) {
+ if (pa_stream_connect_record(stream, device, &buffer_attr,
flags) < 0) {
pa_log(_("pa_stream_connect_record() failed: %s"),
pa_strerror(pa_context_errno(c)));
goto fail;
}
--
hooks/post-receive
PulseAudio Sound Server
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits