mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
waylandsink: do not default to a fullscreen canvas
Defer certain canvas particulars to the player (or the Wayland compositor). Before this change, a fullscreen canvas was always requested. This may not be desirable in all cases. https://bugzilla.gnome.org/show_bug.cgi?id=690442
This commit is contained in:
parent
fe38fc2b5a
commit
8a63face0e
1 changed files with 0 additions and 2 deletions
|
@ -434,8 +434,6 @@ create_window (GstWaylandSink * sink, struct display *display, int width,
|
|||
&shell_surface_listener, window);
|
||||
|
||||
wl_shell_surface_set_toplevel (window->shell_surface);
|
||||
wl_shell_surface_set_fullscreen (window->shell_surface,
|
||||
WL_SHELL_SURFACE_FULLSCREEN_METHOD_SCALE, 0, NULL);
|
||||
|
||||
sink->window = window;
|
||||
|
||||
|
|
Loading…
Reference in a new issue