[557/906] Fix plugin define and remove warning
authorMatthew Waters <ystreet00@gmail.com>
Fri, 10 Aug 2012 06:41:12 +0000 (16:41 +1000)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:47 +0000 (18:36 +0100)
gst/gl/gstopengl.c

index 6d6a870..3105b08 100644 (file)
@@ -202,6 +202,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "opengl",
+    opengl,
     "OpenGL plugin",
     plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)