mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -317,6 +317,7 @@ gst_wayland_sink_set_property (GObject * object,
|
|||
GST_OBJECT_UNLOCK (self);
|
||||
break;
|
||||
default:
|
||||
if (!gst_video_overlay_set_property (object, PROP_LAST, prop_id, value))
|
||||
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue