mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
nvh265enc: Fix email address typo
This commit is contained in:
parent
c75907d23c
commit
d3a6eb7977
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ gst_nv_h265_enc_class_init (GstNvH265EncClass * klass)
|
|||
"Encode HEVC video streams using NVIDIA's hardware-accelerated NVENC encoder API",
|
||||
"Tim-Philipp Müller <tim@centricular.com>, "
|
||||
"Matthew Waters <matthew@centricular.com>, "
|
||||
"Seungha Yang <pudding8757@gmail.com.com>");
|
||||
"Seungha Yang <pudding8757@gmail.com>");
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (gst_nv_h265_enc_debug,
|
||||
"nvh265enc", 0, "Nvidia HEVC encoder");
|
||||
|
|
Loading…
Reference in a new issue