remove copyright field from plugins
[platform/upstream/gst-plugins-good.git] / gst / videofilter / gstvideotemplate.c
index 0422e15..67c72ac 100644 (file)
@@ -85,7 +85,7 @@ gst_videotemplate_base_init (gpointer g_class)
 {
   static GstElementDetails videotemplate_details = GST_ELEMENT_DETAILS (
     "Video Filter Template",
-    "Filter/Video",
+    "Filter/Effect/Video",
     "Template for a video filter",
     "David Schleef <ds@schleef.org>"
   );
@@ -197,7 +197,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )