mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
nvdec: Update plugin description and fix typo
Use consistent description with nvenc, and fix typo s/devide/device/g
This commit is contained in:
parent
1cbb23cf79
commit
e3508a4f26
1 changed files with 1 additions and 1 deletions
|
@ -1330,7 +1330,7 @@ gst_nvdec_subclass_init (gpointer g_class, gpointer data)
|
||||||
if (cdata->is_default) {
|
if (cdata->is_default) {
|
||||||
long_name = g_strdup_printf ("NVDEC %s Video Decoder", cdata->codec);
|
long_name = g_strdup_printf ("NVDEC %s Video Decoder", cdata->codec);
|
||||||
} else {
|
} else {
|
||||||
long_name = g_strdup_printf ("NVDEC %s Video Decoder with devide-id %d",
|
long_name = g_strdup_printf ("NVDEC %s Video Decoder with device %d",
|
||||||
cdata->codec, cdata->cuda_device_id);
|
cdata->codec, cdata->cuda_device_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue