diff options
author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-07-20 16:17:16 -0400 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-08-03 12:51:13 -0400 |
commit | a6fc22265632975ff88c6dcc4615f76057e738fb (patch) | |
tree | 63e1190addf601555bd695d51703b4fad92fa8c2 | |
parent | b76a3f85189183e0c21f85ffc133cda705d1bf7a (diff) | |
download | gstreamer-plugins-bad-a6fc22265632975ff88c6dcc4615f76057e738fb.tar.gz |
de265: Fix plugin name to match new plugin naming convention
-rw-r--r-- | ext/libde265/gstlibde265.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libde265/gstlibde265.c b/ext/libde265/gstlibde265.c index d44412c01..0a5db69b7 100644 --- a/ext/libde265/gstlibde265.c +++ b/ext/libde265/gstlibde265.c @@ -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) |