Add some documentation to the siren enc/dec plugins
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>
Tue, 10 Feb 2009 19:20:26 +0000 (19:20 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 17 Feb 2009 18:29:40 +0000 (19:29 +0100)
gst/siren/gstsirendec.c
gst/siren/gstsirenenc.c

index 7b6caf6..edf728f 100644 (file)
  * 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"
index 2b3683b..fbf2b6e 100644 (file)
  * 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"