[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.16-test3-7-g478f325
Lennart Poettering
gitmailer-noreply at 0pointer.de
Fri Jul 31 14:09:27 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 2952f28c06b254f358ec9b3354dfc05c17a7b871 (commit)
- Log -----------------------------------------------------------------
478f325 client: documented that pa_stream_drain() may only have a single operation active at a time
-----------------------------------------------------------------------
Summary of changes:
src/pulse/stream.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 478f3254b36f9f4281d58bb048a002096b8d0bb9
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Jul 31 23:09:16 2009 +0200
client: documented that pa_stream_drain() may only have a single operation active at a time
Closes #552.
diff --git a/src/pulse/stream.h b/src/pulse/stream.h
index cb8b74d..8a08421 100644
--- a/src/pulse/stream.h
+++ b/src/pulse/stream.h
@@ -512,7 +512,9 @@ size_t pa_stream_writable_size(pa_stream *p);
/** Return the number of bytes that may be read using pa_stream_peek()*/
size_t pa_stream_readable_size(pa_stream *p);
-/** Drain a playback stream. Use this for notification when the buffer is empty */
+/** Drain a playback stream. Use this for notification when the buffer
+ * is empty. Please note that only one drain operation per stream may
+ * be issued at a time. */
pa_operation* pa_stream_drain(pa_stream *s, pa_stream_success_cb_t cb, void *userdata);
/** Request a timing info structure update for a stream. Use
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list