de265: Fix plugin name to match new plugin naming convention

This commit is contained in:
Thibault Saunier 2017-07-20 16:17:16 -04:00
parent b76a3f8518
commit a6fc222656

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