summaryrefslogtreecommitdiffstats
path: root/gst/siren/gstsirendec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/siren/gstsirendec.c')
-rw-r--r--gst/siren/gstsirendec.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/gst/siren/gstsirendec.c b/gst/siren/gstsirendec.c
index 7b6caf66..edf728fc 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"