mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
videoconvert: Set correct plugin metadata
This commit is contained in:
parent
b0baf45355
commit
a3878f8bb8
1 changed files with 3 additions and 2 deletions
|
@ -290,7 +290,7 @@ gst_video_convert_class_init (GstVideoConvertClass * klass)
|
|||
gst_static_pad_template_get (&gst_video_convert_sink_template));
|
||||
|
||||
gst_element_class_set_static_metadata (gstelement_class,
|
||||
" Colorspace converter", "Filter/Converter/Video",
|
||||
"Colorspace converter", "Filter/Converter/Video",
|
||||
"Converts video from one colorspace to another",
|
||||
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
|
||||
|
||||
|
@ -391,4 +391,5 @@ plugin_init (GstPlugin * plugin)
|
|||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
videoconvert, "Colorspace conversion", plugin_init, VERSION, "LGPL", "", "")
|
||||
videoconvert, "Colorspace conversion", plugin_init, VERSION, GST_LICENSE,
|
||||
GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
|
Loading…
Reference in a new issue