Add some documentation to the siren enc/dec plugins

This commit is contained in:
Olivier Crête 2009-02-10 19:20:26 +00:00 committed by Edward Hervey
parent 11328ad67f
commit d73cc21017
2 changed files with 18 additions and 0 deletions

View file

@ -19,6 +19,15 @@
* Boston, MA 02111-1307, USA.
*
*/
/**
* SECTION:element-sirendec
*
* This decodes audio buffers from the Siren 16 codec (a 16khz extension of
* G.722.1) that is meant to be compatible with the Microsoft Windows Live
* Messenger(tm) implementation.
*
* Ref: http://www.polycom.com/company/about_us/technology/siren_g7221/index.html
*/
#ifdef HAVE_CONFIG_H
#include "config.h"

View file

@ -19,6 +19,15 @@
* Boston, MA 02111-1307, USA.
*
*/
/**
* SECTION:element-sirenenc
*
* This encodes audio buffers into the Siren 16 codec (a 16khz extension of
* G.722.1) that is meant to be compatible with the Microsoft Windows Live
* Messenger(tm) implementation.
*
* Ref: http://www.polycom.com/company/about_us/technology/siren_g7221/index.html
*/
#ifdef HAVE_CONFIG_H
#include "config.h"