mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
va: display: wrapped: Fix property name
This commit is contained in:
parent
585295e82b
commit
040c799cd8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue