[Cogl] [PATCH] cogl-gst-plugin: Fix the license name in the plugin description

Neil Roberts neil at linux.intel.com
Fri Mar 14 10:11:56 PDT 2014


In commit 1b83ef938f the license in the plugin description was changed
from “LGPL” to “MIT”. GStreamer strictly whitelists the names of the
licenses and the correct name for the MIT license is “MIT/X11” so it
was rejecting the plugin.
---
 cogl-gst/cogl-gst-plugin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cogl-gst/cogl-gst-plugin.c b/cogl-gst/cogl-gst-plugin.c
index 7edbe94..cf8b400 100644
--- a/cogl-gst/cogl-gst-plugin.c
+++ b/cogl-gst/cogl-gst-plugin.c
@@ -52,6 +52,6 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
                    "Sends video data from GStreamer to a Cogl pipeline",
                    _plugin_init,
                    COGL_VERSION_STRING,
-                   "MIT",
+                   "MIT/X11",
                    PACKAGE,
                    "http://cogl3d.org/")
-- 
1.8.5.3



More information about the Cogl mailing list