summaryrefslogtreecommitdiff
path: root/ext/libde265
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-07-20 16:17:16 -0400
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-08-03 12:51:13 -0400
commita6fc22265632975ff88c6dcc4615f76057e738fb (patch)
tree63e1190addf601555bd695d51703b4fad92fa8c2 /ext/libde265
parentb76a3f85189183e0c21f85ffc133cda705d1bf7a (diff)
downloadgstreamer-plugins-bad-a6fc22265632975ff88c6dcc4615f76057e738fb.tar.gz
de265: Fix plugin name to match new plugin naming convention
Diffstat (limited to 'ext/libde265')
-rw-r--r--ext/libde265/gstlibde265.c2
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)