[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. c22d8b9a7ab3269d3399061a63f9798a36642ab3

Lennart Poettering gitmailer-noreply at 0pointer.de
Mon Jun 23 13:47:44 PDT 2008


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  8885ddf716c67cbec0cac977a6ccdbf447bc3b86 (commit)

- Log -----------------------------------------------------------------
c22d8b9... don't refer to nonexisting pa_stream_read() function
57aee6d... include proplist.h in pulseaudio.h
-----------------------------------------------------------------------

Summary of changes:
 src/pulse/pulseaudio.h |    3 ++-
 src/pulse/stream.h     |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

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

commit 57aee6d59fab13dd1ba870204cfc375ecf966650
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Jun 23 22:46:22 2008 +0200

    include proplist.h in pulseaudio.h

diff --git a/src/pulse/pulseaudio.h b/src/pulse/pulseaudio.h
index ee8a4bb..4a4531e 100644
--- a/src/pulse/pulseaudio.h
+++ b/src/pulse/pulseaudio.h
@@ -43,6 +43,7 @@
 #include <pulse/mainloop-signal.h>
 #include <pulse/util.h>
 #include <pulse/timeval.h>
+#include <pulse/proplist.h>
 
 /** \file
  * Include all libpulse header files at once. The following
@@ -50,7 +51,7 @@
  * \ref context.h, \ref stream.h, \ref introspect.h, \ref subscribe.h,
  * \ref scache.h, \ref version.h, \ref error.h, \ref channelmap.h,
  * \ref operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
- * thread-mainloop.h, \ref mainloop.h, \ref util.h, \ref timeval.h and
+ * thread-mainloop.h, \ref mainloop.h, \ref util.h, \ref proplist.h, \ref timeval.h and
  * \ref mainloop-signal.h at once */
 
 /** \mainpage

commit c22d8b9a7ab3269d3399061a63f9798a36642ab3
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Jun 23 22:47:37 2008 +0200

    don't refer to nonexisting pa_stream_read() function

diff --git a/src/pulse/stream.h b/src/pulse/stream.h
index 55f36b7..fbf0ae4 100644
--- a/src/pulse/stream.h
+++ b/src/pulse/stream.h
@@ -392,7 +392,7 @@ int pa_stream_drop(pa_stream *p);
 /** Return the number of bytes that may be written using pa_stream_write() */
 size_t pa_stream_writable_size(pa_stream *p);
 
-/** Return the number of bytes that may be read using pa_stream_read()*/
+/** 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 */

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list