de265: Fix plugin name to match new plugin naming convention
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Thu, 20 Jul 2017 20:17:16 +0000 (16:17 -0400)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Thu, 3 Aug 2017 16:51:13 +0000 (12:51 -0400)
ext/libde265/gstlibde265.c

index d44412c..0a5db69 100644 (file)
@@ -36,6 +36,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    libde265,
+    de265,
     "HEVC/H.265 decoder using libde265",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)