summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/siren/gstsirendec.c9
-rw-r--r--gst/siren/gstsirenenc.c9
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"