nvenc, nvdec: add Hardware tag to element metadata
This commit is contained in:
parent
dbe0a8cbc3
commit
d5b03bfed8
@ -248,7 +248,7 @@ gst_nvdec_class_init (GstNvDecClass * klass)
|
|||||||
&gst_nvdec_src_template);
|
&gst_nvdec_src_template);
|
||||||
|
|
||||||
gst_element_class_set_static_metadata (element_class, "NVDEC video decoder",
|
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");
|
"Ericsson AB, http://www.ericsson.com");
|
||||||
|
|
||||||
video_decoder_class->start = GST_DEBUG_FUNCPTR (gst_nvdec_start);
|
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,
|
gst_element_class_set_static_metadata (element_class,
|
||||||
"NVENC H.264 Video Encoder",
|
"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",
|
"Encode H.264 video streams using NVIDIA's hardware-accelerated NVENC encoder API",
|
||||||
"Tim-Philipp Müller <tim@centricular.com>\n"
|
"Tim-Philipp Müller <tim@centricular.com>\n"
|
||||||
"Matthew Waters <matthew@centricular.com>");
|
"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,
|
gst_element_class_set_static_metadata (element_class,
|
||||||
"NVENC HEVC Video Encoder",
|
"NVENC HEVC Video Encoder",
|
||||||
"Codec/Encoder/Video",
|
"Codec/Encoder/Video/Hardware",
|
||||||
"Encode HEVC video streams using NVIDIA's hardware-accelerated NVENC encoder API",
|
"Encode HEVC video streams using NVIDIA's hardware-accelerated NVENC encoder API",
|
||||||
"Tim-Philipp Müller <tim@centricular.com>, "
|
"Tim-Philipp Müller <tim@centricular.com>, "
|
||||||
"Matthew Waters <matthew@centricular.com>, "
|
"Matthew Waters <matthew@centricular.com>, "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user