Lines Matching refs:fullscreen
67 - &self->video_info, self->fullscreen, &self->render_lock);
68 + &self->video_info, self->fullscreen, &self->render_lock,
128 @@ -268,7 +268,8 @@ gst_wl_window_ensure_fullscreen (GstWlWindow * self, gboolean fullscreen)
132 - gboolean fullscreen, GMutex * render_lock)
133 + gboolean fullscreen, GMutex * render_lock,
142 - * xdg_shell fullscreen mode */
143 - if (!(xdg_wm_base && fullscreen)) {
144 + * fullscreen mode */
145 + if (fullscreen)
191 - const GstVideoInfo * info, gboolean fullscreen, GMutex * render_lock);
192 + const GstVideoInfo * info, gboolean fullscreen, GMutex * render_lock,