nvenc, nvdec: add Hardware tag to element metadata

This commit is contained in:
Tim-Philipp Müller 2019-02-14 09:43:54 +00:00
parent dbe0a8cbc3
commit d5b03bfed8
3 changed files with 3 additions and 3 deletions

View file

@ -248,7 +248,7 @@ gst_nvdec_class_init (GstNvDecClass * klass)
&gst_nvdec_src_template);
gst_element_class_set_static_metadata (element_class, "NVDEC video decoder",
"Decoder/Video", "NVDEC video decoder",
"Codec/Decoder/Video/Hardware", "NVDEC video decoder",
"Ericsson AB, http://www.ericsson.com");
video_decoder_class->start = GST_DEBUG_FUNCPTR (gst_nvdec_start);

View file

@ -118,7 +118,7 @@ gst_nv_h264_enc_class_init (GstNvH264EncClass * klass)
gst_element_class_set_static_metadata (element_class,
"NVENC H.264 Video Encoder",
"Codec/Encoder/Video",
"Codec/Encoder/Video/Hardware",
"Encode H.264 video streams using NVIDIA's hardware-accelerated NVENC encoder API",
"Tim-Philipp Müller <tim@centricular.com>\n"
"Matthew Waters <matthew@centricular.com>");

View file

@ -117,7 +117,7 @@ gst_nv_h265_enc_class_init (GstNvH265EncClass * klass)
gst_element_class_set_static_metadata (element_class,
"NVENC HEVC Video Encoder",
"Codec/Encoder/Video",
"Codec/Encoder/Video/Hardware",
"Encode HEVC video streams using NVIDIA's hardware-accelerated NVENC encoder API",
"Tim-Philipp Müller <tim@centricular.com>, "
"Matthew Waters <matthew@centricular.com>, "