va: display: wrapped: Fix property name

This commit is contained in:
Víctor Manuel Jáquez Leal 2020-08-03 13:42:00 +02:00
parent 585295e82b
commit 040c799cd8

View file

@ -59,7 +59,7 @@ gst_va_display_wrapped_new (guintptr handle)
g_return_val_if_fail (handle, NULL);
dpy = g_object_new (GST_TYPE_VA_DISPLAY_WRAPPED, "display", handle, NULL);
dpy = g_object_new (GST_TYPE_VA_DISPLAY_WRAPPED, "va-display", handle, NULL);
if (!gst_va_display_initialize (dpy)) {
gst_object_unref (dpy);
return NULL;