From a3878f8bb86b10900206ef6252e0ae7a0f5a62eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 25 Sep 2012 13:16:45 +0200 Subject: [PATCH] videoconvert: Set correct plugin metadata --- gst/videoconvert/gstvideoconvert.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gst/videoconvert/gstvideoconvert.c b/gst/videoconvert/gstvideoconvert.c index e14c899..03357b6 100644 --- a/gst/videoconvert/gstvideoconvert.c +++ b/gst/videoconvert/gstvideoconvert.c @@ -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 "); @@ -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) -- 2.7.4