update for meta api change
[platform/upstream/gst-plugins-good.git] / gst / effectv / gsteffectv.c
index b4ac7da..1615fd7 100644 (file)
@@ -35,6 +35,9 @@
 #include "gstvertigo.h"
 #include "gstwarp.h"
 #include "gstop.h"
+#include "gstradioac.h"
+#include "gststreak.h"
+#include "gstripple.h"
 
 struct _elements_entry
 {
@@ -52,6 +55,9 @@ static const struct _elements_entry _elements[] = {
   {"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},
 };