waylandsink: Restore support for render-rectangle
Fixes #2519 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5221>
This commit is contained in:
parent
0ae230c8be
commit
a795c9bc6a
@ -317,7 +317,8 @@ gst_wayland_sink_set_property (GObject * object,
|
|||||||
GST_OBJECT_UNLOCK (self);
|
GST_OBJECT_UNLOCK (self);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
if (!gst_video_overlay_set_property (object, PROP_LAST, prop_id, value))
|
||||||
|
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user