qmlgl: Make the plugin name match the pugin file name
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 9 May 2017 13:47:10 +0000 (09:47 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 9 May 2017 13:47:10 +0000 (09:47 -0400)
ext/qt/gstplugin.cc

index 01ca275..1fb1b3e 100644 (file)
@@ -46,7 +46,7 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    qt,
+    qmlgl,
     "Qt gl plugin",
     plugin_init, PACKAGE_VERSION, GST_LICENSE, GST_PACKAGE_NAME,
     GST_PACKAGE_ORIGIN)