de265: Fix plugin name to match new plugin naming convention
This commit is contained in:
parent
b76a3f8518
commit
a6fc222656
@ -36,6 +36,6 @@ plugin_init (GstPlugin * plugin)
|
|||||||
|
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
libde265,
|
de265,
|
||||||
"HEVC/H.265 decoder using libde265",
|
"HEVC/H.265 decoder using libde265",
|
||||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user