libde265dec: fix up plugin name and decoder description

This commit is contained in:
Tim-Philipp Müller 2015-06-04 12:53:19 +01:00
parent 64a2dcf582
commit 4238f62975
2 changed files with 3 additions and 3 deletions

View file

@ -36,6 +36,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR, GST_VERSION_MINOR,
gstlibde265, libde265,
"HEVC/H.265 decoder using libde265", "HEVC/H.265 decoder using libde265",
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -175,8 +175,8 @@ gst_libde265_dec_class_init (GstLibde265DecClass * klass)
gst_static_pad_template_get (&src_template)); gst_static_pad_template_get (&src_template));
gst_element_class_set_static_metadata (gstelement_class, gst_element_class_set_static_metadata (gstelement_class,
"HEVC/H.265 parser", "HEVC/H.265 decoder",
"Codec/Parser/Converter/Video", "Codec/Decoder/Video",
"Decodes HEVC/H.265 video streams using libde265", "Decodes HEVC/H.265 video streams using libde265",
"struktur AG <opensource@struktur.de>"); "struktur AG <opensource@struktur.de>");
} }