coloreffects: Minor cleanup
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 4 Aug 2010 08:11:11 +0000 (10:11 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 4 Aug 2010 08:11:11 +0000 (10:11 +0200)
gst/coloreffects/gstcoloreffects.c
gst/coloreffects/gstplugin.c

index 65f0a24..4c872c6 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 /**
- * SECTION:element-color-lut
+ * SECTION:element-coloreffects
  *
  * Map colors of the video input to a lookup table
  *
index f19cf41..aea396a 100644 (file)
@@ -59,4 +59,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "coloreffects",
     "Color Look-up Table filters",
-    plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)