From 8a63face0e94b33c7952adcc5427dbdef42cd511 Mon Sep 17 00:00:00 2001 From: Joe Konno Date: Tue, 18 Dec 2012 09:53:16 -0800 Subject: [PATCH] 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 --- ext/wayland/gstwaylandsink.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/wayland/gstwaylandsink.c b/ext/wayland/gstwaylandsink.c index 0788f05ed3..c04a108f9c 100644 --- a/ext/wayland/gstwaylandsink.c +++ b/ext/wayland/gstwaylandsink.c @@ -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;