From 6ebafb7dafa5142b901eb1438f7f9a2450b1ac91 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 9 May 2017 09:47:10 -0400 Subject: [PATCH] qmlgl: Make the plugin name match the pugin file name --- ext/qt/gstplugin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/qt/gstplugin.cc b/ext/qt/gstplugin.cc index 01ca275..1fb1b3e 100644 --- a/ext/qt/gstplugin.cc +++ b/ext/qt/gstplugin.cc @@ -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) -- 2.7.4