directfb: Fixup plugin name to match plugin filename
authorThibault Saunier <tsaunier@igalia.com>
Mon, 22 Oct 2018 09:30:09 +0000 (11:30 +0200)
committerThibault Saunier <tsaunier@igalia.com>
Mon, 13 May 2019 15:35:45 +0000 (11:35 -0400)
Has required by the new PLUGIN_DEFINE macro

ext/directfb/dfbvideosink.c

index 2cdb403..2313e9b 100644 (file)
@@ -2467,6 +2467,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    dfbvideosink,
+    directfb,
     "DirectFB video output plugin",
     plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)