mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
libde265dec: fix up plugin name and decoder description
This commit is contained in:
parent
64a2dcf582
commit
4238f62975
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||||
|
|
|
@ -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>");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue