update for meta api change
[platform/upstream/gst-plugins-good.git] / gst / effectv / gsteffectv.c
index bd8b6a0..1615fd7 100644 (file)
 #endif
 
 #include "gsteffectv.h"
+#include "gstaging.h"
+#include "gstdice.h"
+#include "gstedge.h"
+#include "gstquark.h"
+#include "gstrev.h"
+#include "gstshagadelic.h"
+#include "gstvertigo.h"
+#include "gstwarp.h"
+#include "gstop.h"
+#include "gstradioac.h"
+#include "gststreak.h"
+#include "gstripple.h"
 
 struct _elements_entry
 {
-  gchar *name;
+  const gchar *name;
     GType (*type) (void);
 };
 
-static struct _elements_entry _elements[] = {
+static const struct _elements_entry _elements[] = {
   {"edgetv", gst_edgetv_get_type},
   {"agingtv", gst_agingtv_get_type},
   {"dicetv", gst_dicetv_get_type},
@@ -42,6 +54,10 @@ static struct _elements_entry _elements[] = {
   {"vertigotv", gst_vertigotv_get_type},
   {"revtv", gst_revtv_get_type},
   {"quarktv", gst_quarktv_get_type},
+  {"optv", gst_optv_get_type},
+  {"radioactv", gst_radioactv_get_type},
+  {"streaktv", gst_streaktv_get_type},
+  {"rippletv", gst_rippletv_get_type},
   {NULL, 0},
 };