diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2019-02-14 09:43:54 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2019-02-19 23:44:42 +0000 |
commit | d5b03bfed885d1e68f80d2fb75a3d8c631b46446 (patch) | |
tree | 86103557dadf130b69d240f53fde52955d40ab44 /sys/nvenc/gstnvh264enc.c | |
parent | dbe0a8cbc3d29d4ef4cc1d5cb2ae01b777d57078 (diff) |
nvenc, nvdec: add Hardware tag to element metadata
Diffstat (limited to 'sys/nvenc/gstnvh264enc.c')
-rw-r--r-- | sys/nvenc/gstnvh264enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nvenc/gstnvh264enc.c b/sys/nvenc/gstnvh264enc.c index 7d61b644b..366fb2113 100644 --- a/sys/nvenc/gstnvh264enc.c +++ b/sys/nvenc/gstnvh264enc.c @@ -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>"); |