mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
de265: Fix plugin name to match new plugin naming convention
This commit is contained in:
parent
b76a3f8518
commit
a6fc222656
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue