coloreffects: Minor cleanup

This commit is contained in:
Sebastian Dröge 2010-08-04 10:11:11 +02:00
parent 43db67f705
commit 09507edb8c
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
*/
/**
* SECTION:element-color-lut
* SECTION:element-coloreffects
*
* Map colors of the video input to a lookup table
*

View 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)