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:
Joe Konno 2012-12-18 09:53:16 -08:00 committed by Tim-Philipp Müller
parent fe38fc2b5a
commit 8a63face0e

View file

@ -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;