[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.13-305-gd5e895d
Lennart Poettering
gitmailer-noreply at 0pointer.de
Mon Jan 19 15:49:48 PST 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 8c4e2be05b519c54cb51c161b7cd08bf9e46ab2b (commit)
- Log -----------------------------------------------------------------
d5e895d... document that I am a retard
8839d86... remove misplaced whitespace
-----------------------------------------------------------------------
Summary of changes:
src/pulse/def.h | 2 +-
src/pulsecore/tagstruct.h | 4 ++++
2 files changed, 5 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 8839d8667240fb4204410f4470eb8cd53e5b9e3c
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Jan 20 00:14:50 2009 +0100
remove misplaced whitespace
diff --git a/src/pulse/def.h b/src/pulse/def.h
index 21a02bc..fb1bd27 100644
--- a/src/pulse/def.h
+++ b/src/pulse/def.h
@@ -234,7 +234,7 @@ typedef enum pa_stream_flags {
PA_STREAM_DONT_INHIBIT_AUTO_SUSPEND = 0x8000U,
/**< If set this stream won't be taken into account when we it is
* checked whether the device this stream is connected to should
- * auto-suspend. \ since 0.9.15 */
+ * auto-suspend. \since 0.9.15 */
PA_STREAM_START_UNMUTED = 0x10000U
/**< Create in unmuted state. If neither PA_STREAM_START_UNMUTED
commit d5e895d5cbf9a9a658c66347cb034f1c97133280
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Jan 20 00:49:45 2009 +0100
document that I am a retard
diff --git a/src/pulsecore/tagstruct.h b/src/pulsecore/tagstruct.h
index 19288ee..1a99e92 100644
--- a/src/pulsecore/tagstruct.h
+++ b/src/pulsecore/tagstruct.h
@@ -37,6 +37,10 @@
typedef struct pa_tagstruct pa_tagstruct;
+/* Due to a stupid design flaw, proplists may only be at the END of a
+ * packet or not before a STRING! Don't forget that! We can't really
+ * fix this without breaking compat. */
+
enum {
PA_TAG_INVALID = 0,
PA_TAG_STRING = 't',
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list