summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-04 10:11:11 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-04 10:11:11 +0200
commit09507edb8c07499f777582a323b66744a68bceca (patch)
tree1202e63ba41246fb1843b65cbc1fbd65320a764b
parent43db67f705a9af5875799ca63b5c816d2dcebee3 (diff)
coloreffects: Minor cleanup
-rw-r--r--gst/coloreffects/gstcoloreffects.c2
-rw-r--r--gst/coloreffects/gstplugin.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/coloreffects/gstcoloreffects.c b/gst/coloreffects/gstcoloreffects.c
index 65f0a2493..4c872c67a 100644
--- a/gst/coloreffects/gstcoloreffects.c
+++ b/gst/coloreffects/gstcoloreffects.c
@@ -18,7 +18,7 @@
*/
/**
- * SECTION:element-color-lut
+ * SECTION:element-coloreffects
*
* Map colors of the video input to a lookup table
*
diff --git a/gst/coloreffects/gstplugin.c b/gst/coloreffects/gstplugin.c
index f19cf4106..aea396ac9 100644
--- a/gst/coloreffects/gstplugin.c
+++ b/gst/coloreffects/gstplugin.c
@@ -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)