docs: add basic section docs for multichannel and relocate the ones for audio

Add section docs for multichannel, so that it has a short desc in the toc too.
Move the section docs in adio up, so that the follow the copyright like
elsewhere.
This commit is contained in:
Stefan Kost 2009-06-27 23:23:02 +03:00
parent b64be90326
commit 57a7d6f699
2 changed files with 12 additions and 7 deletions

View file

@ -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 <gst/gststructure.h>
/**
* 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

View file

@ -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"