mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Add some documentation to the siren enc/dec plugins
This commit is contained in:
parent
11328ad67f
commit
d73cc21017
2 changed files with 18 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue