mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
nvenc, nvdec: add Hardware tag to element metadata
This commit is contained in:
parent
dbe0a8cbc3
commit
d5b03bfed8
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
|
@ -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>");
|
||||
|
|
|
@ -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>, "
|
||||
|
|
Loading…
Reference in a new issue