diff --git a/gst-libs/gst/audio/audio.c b/gst-libs/gst/audio/audio.c index 5501706531..86b8885b3b 100644 --- a/gst-libs/gst/audio/audio.c +++ b/gst-libs/gst/audio/audio.c @@ -16,6 +16,12 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +/** + * SECTION:gstaudio + * @short_description: Support library for audio elements + * + * This library contains some helper functions for audio elements. + */ #ifdef HAVE_CONFIG_H # include "config.h" @@ -26,13 +32,6 @@ #include -/** - * SECTION:gstaudio - * @short_description: Support library for audio elements - * - * This library contains some helper functions for audio elements. - */ - /** * gst_audio_frame_byte_size: * @pad: the #GstPad to get the caps from diff --git a/gst-libs/gst/audio/multichannel.c b/gst-libs/gst/audio/multichannel.c index 81495603aa..6494dfacd3 100644 --- a/gst-libs/gst/audio/multichannel.c +++ b/gst-libs/gst/audio/multichannel.c @@ -16,6 +16,12 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +/** + * SECTION:gstmultichannel + * @short_description: Support library for multichannel audio elements + * + * This library contains some helper functions to work with multichannel audio. + */ #ifdef HAVE_CONFIG_H #include "config.h"