[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v1.0-dev-14-g2a01bab

Colin Guthrie gitmailer-noreply at 0pointer.de
Sat Dec 4 08:43:06 PST 2010


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  8df8cfa0c2f29b5b0ff49bb579c75214cac774fd (commit)

- Log -----------------------------------------------------------------
2a01bab doxygen: Fix version numbers for new features
-----------------------------------------------------------------------

Summary of changes:
 src/pulse/def.h        |    6 +++---
 src/pulse/introspect.h |    4 ++--
 src/pulse/volume.h     |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

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

commit 2a01bab3cc50a6ef02af3872a13d279ad996a0b1
Author: Colin Guthrie <cguthrie at mandriva.org>
Date:   Sat Dec 4 16:43:04 2010 +0000

    doxygen: Fix version numbers for new features
    
    Due to how our branching worked out, these new features will
    debut in v1.0 and not v0.9.22 which has already been released
    from the stable-queue branch

diff --git a/src/pulse/def.h b/src/pulse/def.h
index a73e93e..4a8da13 100644
--- a/src/pulse/def.h
+++ b/src/pulse/def.h
@@ -293,7 +293,7 @@ typedef enum pa_stream_flags {
     PA_STREAM_PASSTHROUGH = 0x80000U
     /**< Used to tag content that will be rendered by passthrough sinks.
      * The data will be left as is and not reformatted, resampled.
-     * \since 0.9.22*/
+     * \since 1.0 */
 
 } pa_stream_flags_t;
 
@@ -743,11 +743,11 @@ typedef enum pa_sink_flags {
     PA_SINK_PASSTHROUGH = 0x0100U,
     /**< This sink has support for passthrough mode. The data will be left
      * as is and not reformatted, resampled, mixed.
-     * \since 0.9.22*/
+     * \since 1.0 */
 
     PA_SINK_SYNC_VOLUME = 0x0200U,
     /**< The HW volume changes are syncronized with SW volume.
-     * \since 0.9.22 */
+     * \since 1.0 */
 
 } pa_sink_flags_t;
 
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h
index 56dd707..bc50611 100644
--- a/src/pulse/introspect.h
+++ b/src/pulse/introspect.h
@@ -502,7 +502,7 @@ typedef struct pa_sink_input_info {
     const char *driver;                  /**< Driver name */
     int mute;                            /**< Stream muted \since 0.9.7 */
     pa_proplist *proplist;               /**< Property list \since 0.9.11 */
-    int corked;                          /**< Stream corked \since 0.9.22 */
+    int corked;                          /**< Stream corked \since 1.0 */
 } pa_sink_input_info;
 
 /** Callback prototype for pa_context_get_sink_input_info() and friends*/
@@ -549,7 +549,7 @@ typedef struct pa_source_output_info {
     const char *resample_method;         /**< The resampling method used by this source output. */
     const char *driver;                  /**< Driver name */
     pa_proplist *proplist;               /**< Property list \since 0.9.11 */
-    int corked;                          /**< Stream corked \since 0.9.22 */
+    int corked;                          /**< Stream corked \since 1.0 */
 } pa_source_output_info;
 
 /** Callback prototype for pa_context_get_source_output_info() and friends*/
diff --git a/src/pulse/volume.h b/src/pulse/volume.h
index 98bbac1..35128b6 100644
--- a/src/pulse/volume.h
+++ b/src/pulse/volume.h
@@ -118,10 +118,10 @@ typedef uint32_t pa_volume_t;
 /** Special 'invalid' volume. \since 0.9.16 */
 #define PA_VOLUME_INVALID ((pa_volume_t) UINT32_MAX)
 
-/** Check if volume is valid. \since 0.9.22 */
+/** Check if volume is valid. \since 1.0 */
 #define PA_VOLUME_IS_VALID(v) ((v) <= PA_VOLUME_MAX)
 
-/** Clamp volume to the permitted range. \since 0.9.22 */
+/** Clamp volume to the permitted range. \since 1.0 */
 #define PA_CLAMP_VOLUME(v) (PA_CLAMP_UNLIKELY((v), PA_VOLUME_MUTED, PA_VOLUME_MAX))
 
 /** A structure encapsulating a per-channel volume */

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list