mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
coloreffects: Minor cleanup
This commit is contained in:
parent
43db67f705
commit
09507edb8c
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:element-color-lut
|
||||
* SECTION:element-coloreffects
|
||||
*
|
||||
* Map colors of the video input to a lookup table
|
||||
*
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue