summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-06-29 17:11:50 +0300
committerStefan Kost <ensonic@users.sf.net>2009-06-29 17:49:58 +0300
commit0e967f1b14a2cd89f74238da61950ba7350a7dab (patch)
tree7877faa6a6da0b42e45f380a2499a1ce1f815ab2
parentee7fd4c28d7aa3a120ccf0b29f44da21dc036c42 (diff)
multichannel: rewrite the new doc comment a bit
Its part of the audio lib.
-rw-r--r--gst-libs/gst/audio/multichannel.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst-libs/gst/audio/multichannel.c b/gst-libs/gst/audio/multichannel.c
index 6494dfacd..7b319b81c 100644
--- a/gst-libs/gst/audio/multichannel.c
+++ b/gst-libs/gst/audio/multichannel.c
@@ -18,9 +18,10 @@
18 */ 18 */
19/** 19/**
20 * SECTION:gstmultichannel 20 * SECTION:gstmultichannel
21 * @short_description: Support library for multichannel audio elements 21 * @short_description: Support for multichannel audio elements
22 * 22 *
23 * This library contains some helper functions to work with multichannel audio. 23 * This module contains some helper functions and a enum to work with
24 * multichannel audio.
24 */ 25 */
25 26
26#ifdef HAVE_CONFIG_H 27#ifdef HAVE_CONFIG_H