qmlgl: Make the plugin name match the pugin file name

This commit is contained in:
Nicolas Dufresne 2017-05-09 09:47:10 -04:00
parent f647a79aa8
commit 6ebafb7daf

View 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)