mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
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:
parent
b64be90326
commit
57a7d6f699
2 changed files with 12 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue