]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugin-ducati.git/blobdiff - src/gstducati.c
vp6dec: add On2 VP6 support
[glsdk/gst-plugin-ducati.git] / src / gstducati.c
index 7ed7e69a40ea376fbe1c4d6b05e8763da6c724b7..5cb800b5c9c3ef98cad4e1af95ceef7c6a84fc51 100644 (file)
@@ -26,6 +26,7 @@
 #include "gstducatih264dec.h"
 #include "gstducatimpeg4dec.h"
 #include "gstducativc1dec.h"
+#include "gstducativp6dec.h"
 
 GST_DEBUG_CATEGORY (gst_ducati_debug);
 
@@ -39,7 +40,8 @@ plugin_init (GstPlugin * plugin)
    */
   return gst_element_register (plugin, "ducatih264dec", GST_RANK_PRIMARY, GST_TYPE_DUCATIH264DEC) &&
       gst_element_register (plugin, "ducatimpeg4dec", GST_RANK_PRIMARY, GST_TYPE_DUCATIMPEG4DEC) &&
-      gst_element_register (plugin, "ducativc1dec", GST_RANK_PRIMARY, GST_TYPE_DUCATIVC1DEC);
+      gst_element_register (plugin, "ducativc1dec", GST_RANK_PRIMARY, GST_TYPE_DUCATIVC1DEC) &&
+      gst_element_register (plugin, "ducativp6dec", GST_RANK_PRIMARY, GST_TYPE_DUCATIVP6DEC);
 }
 
 void *