diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-02-10 19:20:26 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-02-17 19:29:40 +0100 |
commit | d73cc21017dc45247705fec62402270688759252 (patch) | |
tree | 05d4c80f25ca3d9926db804c4104305a8318f2a8 /gst/siren | |
parent | 11328ad67f4b99195453b569e25e47bf47d6482f (diff) | |
download | gstreamer-plugins-bad-d73cc21017dc45247705fec62402270688759252.tar.gz |
Add some documentation to the siren enc/dec plugins
Diffstat (limited to 'gst/siren')
-rw-r--r-- | gst/siren/gstsirendec.c | 9 | ||||
-rw-r--r-- | gst/siren/gstsirenenc.c | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/gst/siren/gstsirendec.c b/gst/siren/gstsirendec.c index 7b6caf667..edf728fca 100644 --- a/gst/siren/gstsirendec.c +++ b/gst/siren/gstsirendec.c @@ -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" diff --git a/gst/siren/gstsirenenc.c b/gst/siren/gstsirenenc.c index 2b3683b06..fbf2b6e07 100644 --- a/gst/siren/gstsirenenc.c +++ b/gst/siren/gstsirenenc.c @@ -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" |