va: display: wrapped: Fix property name
This commit is contained in:
parent
585295e82b
commit
040c799cd8
@ -59,7 +59,7 @@ gst_va_display_wrapped_new (guintptr handle)
|
|||||||
|
|
||||||
g_return_val_if_fail (handle, NULL);
|
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)) {
|
if (!gst_va_display_initialize (dpy)) {
|
||||||
gst_object_unref (dpy);
|
gst_object_unref (dpy);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user