summaryrefslogtreecommitdiff
path: root/ext/libde265
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-06-04 12:53:19 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-06-04 12:53:57 +0100
commit4238f629751d16e887e9127c141bfc65737bdd27 (patch)
tree6b950da8ffe939df4f2d95ccb1c0cf39aea8714a /ext/libde265
parent64a2dcf582b8775a3cb7db730df0f94c0331ab58 (diff)
downloadgstreamer-plugins-bad-4238f629751d16e887e9127c141bfc65737bdd27.tar.gz
libde265dec: fix up plugin name and decoder description
Diffstat (limited to 'ext/libde265')
-rw-r--r--ext/libde265/gstlibde265.c2
-rw-r--r--ext/libde265/libde265-dec.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/libde265/gstlibde265.c b/ext/libde265/gstlibde265.c
index 2ee7ffe51..d44412c01 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,
- gstlibde265,
+ libde265,
"HEVC/H.265 decoder using libde265",
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
diff --git a/ext/libde265/libde265-dec.c b/ext/libde265/libde265-dec.c
index a57bd5bf7..9ec128e53 100644
--- a/ext/libde265/libde265-dec.c
+++ b/ext/libde265/libde265-dec.c
@@ -175,8 +175,8 @@ gst_libde265_dec_class_init (GstLibde265DecClass * klass)
gst_static_pad_template_get (&src_template));
gst_element_class_set_static_metadata (gstelement_class,
- "HEVC/H.265 parser",
- "Codec/Parser/Converter/Video",
+ "HEVC/H.265 decoder",
+ "Codec/Decoder/Video",
"Decodes HEVC/H.265 video streams using libde265",
"struktur AG <opensource@struktur.de>");
}