summaryrefslogtreecommitdiffstats
path: root/ext/mimic/gstmimdec.c
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-03-03 14:30:53 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-03-03 16:55:12 -0500
commit6dbf8906b5d2153e0304de9300ecf62a49f1a772 (patch)
treeb1b882ab411608e111be81441f7617547e636459 /ext/mimic/gstmimdec.c
parent288c11c0ed71b0abaa84f8425f66fa06b798b1c2 (diff)
downloadgst-plugins-bad-6dbf8906b5d2153e0304de9300ecf62a49f1a772.tar.gz
gst-plugins-bad-6dbf8906b5d2153e0304de9300ecf62a49f1a772.tar.bz2
gst-plugins-bad-6dbf8906b5d2153e0304de9300ecf62a49f1a772.zip
Add Doc for mimic plugin
Diffstat (limited to 'ext/mimic/gstmimdec.c')
-rw-r--r--ext/mimic/gstmimdec.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/mimic/gstmimdec.c b/ext/mimic/gstmimdec.c
index 37bafc22..c7f1ec87 100644
--- a/ext/mimic/gstmimdec.c
+++ b/ext/mimic/gstmimdec.c
@@ -21,6 +21,15 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
+/**
+ * SECTION:element-mimdec
+ * @see_also: mimenc
+ *
+ * The MIMIC codec is used by MSN Messenger's webcam support. It consumes the
+ * TCP header for the MIMIC codec.
+ *
+ * Its fourcc is ML20.
+ */
#ifdef HAVE_CONFIG_H
#include "config.h"