diff --git a/gst/coloreffects/gstcoloreffects.c b/gst/coloreffects/gstcoloreffects.c index 65f0a2493f..4c872c67a1 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 f19cf41067..aea396ac98 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)