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
@ -1330,7 +1330,7 @@ gst_nvdec_subclass_init (gpointer g_class, gpointer data)
|
||||
if (cdata->is_default) {
|
||||
long_name = g_strdup_printf ("NVDEC %s Video Decoder", cdata->codec);
|
||||
} 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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user