summaryrefslogtreecommitdiffstats
path: root/src/pulse/def.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2010-12-04 16:43:04 +0000
committerColin Guthrie <cguthrie@mandriva.org>2010-12-04 16:43:04 +0000
commit2a01bab3cc50a6ef02af3872a13d279ad996a0b1 (patch)
tree8939bd098c6028ea4f9c0ff3ee19e955956055de /src/pulse/def.h
parent8df8cfa0c2f29b5b0ff49bb579c75214cac774fd (diff)
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
Diffstat (limited to 'src/pulse/def.h')
-rw-r--r--src/pulse/def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pulse/def.h b/src/pulse/def.h
index a73e93e0..4a8da137 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;