libde265dec: fix up plugin name and decoder description
authorTim-Philipp Müller <tim@centricular.com>
Thu, 4 Jun 2015 11:53:19 +0000 (12:53 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 4 Jun 2015 11:53:57 +0000 (12:53 +0100)
ext/libde265/gstlibde265.c
ext/libde265/libde265-dec.c

index 2ee7ffe..d44412c 100644 (file)
@@ -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)
index a57bd5b..9ec128e 100644 (file)
@@ -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>");
 }