From d73cc21017dc45247705fec62402270688759252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 10 Feb 2009 19:20:26 +0000 Subject: Add some documentation to the siren enc/dec plugins --- gst/siren/gstsirendec.c | 9 +++++++++ gst/siren/gstsirenenc.c | 9 +++++++++ 2 files changed, 18 insertions(+) (limited to 'gst/siren') 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" -- cgit v1.2.1