From c99bafae39aecd8221b7cb6dea4fbc6128992d22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 6 Nov 2012 16:58:04 +0000 Subject: [PATCH] elements: fix leading space in plugin description string --- plugins/elements/gstelements.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/elements/gstelements.c b/plugins/elements/gstelements.c index d38df10..23f85c1 100644 --- a/plugins/elements/gstelements.c +++ b/plugins/elements/gstelements.c @@ -105,5 +105,5 @@ plugin_init (GstPlugin * plugin) } GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, coreelements, - " GStreamer core elements", plugin_init, VERSION, GST_LICENSE, + "GStreamer core elements", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); -- 2.7.4