where is nvcuvid?

Hi,

I can see in deepstream-app:

if (g_strrstr (name, "nvcuvid") == name) {
    g_object_set (object, "gpu-id", config->gpu_id, NULL);

    g_object_set (G_OBJECT (object), "cuda-memory-type",
        config->cuda_memory_type, NULL);

    g_object_set (object, "source-id", config->camera_id, NULL);
    g_object_set (object, "num-decode-surfaces", config->num_decode_surfaces,
        NULL);
    if (config->Intra_decode)
      g_object_set (object, "Intra-decode", config->Intra_decode, NULL);
  }

But when I use

gst-inspect-1.0 nvcuvid

why there is not any plugins name “nvcuvid” ?

Thanks.

Hi,
It looks to be certain code not being cleaned up. We will check if these have to removed/reserved.