[pulseaudio-discuss] [PATCH 2/5] doc: Refer to seek parameter of pa_stream_write() in description of pa_stream_flush()
Peter Meerwald
pmeerw at pmeerw.net
Mon Dec 16 05:18:14 PST 2013
From: Peter Meerwald <p.meerwald at bct-electronic.com>
pa_stream_write() has no delta parameter, but a seek parameter
Signed-off-by: Peter Meerwald <pmeerw at pmeerw.net>
---
src/pulse/stream.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pulse/stream.h b/src/pulse/stream.h
index a6785ec..e3f2d96 100644
--- a/src/pulse/stream.h
+++ b/src/pulse/stream.h
@@ -652,7 +652,7 @@ pa_operation* pa_stream_cork(pa_stream *s, int b, pa_stream_success_cb_t cb, voi
/** Flush the playback buffer of this stream. This discards any audio data
* in the buffer. Most of the time you're better off using the parameter
- * delta of pa_stream_write() instead of this function. Available on both
+ * \a seek of pa_stream_write() instead of this function. Available on both
* playback and recording streams. */
pa_operation* pa_stream_flush(pa_stream *s, pa_stream_success_cb_t cb, void *userdata);
--
1.7.9.5
More information about the pulseaudio-discuss
mailing list