nvdec: Update plugin description and fix typo

Use consistent description with nvenc, and fix typo s/devide/device/g
This commit is contained in:
Seungha Yang 2019-09-11 15:16:45 +09:00
parent 1cbb23cf79
commit e3508a4f26

View file

@ -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);
}