Bug 118978

Summary: [gstreamer] Fullscreen sometimes shows a tiny video in the corner of screen
Product: WebKit Reporter: Jonathon Jongsma (jonner) <jonathon>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: pnormand
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://www.w3.org/2010/05/video/mediaevents.html
Attachments:
Description Flags
screenshot of the problem none

Description Jonathon Jongsma (jonner) 2013-07-22 12:16:37 PDT
Created attachment 207261 [details]
screenshot of the problem

Steps to reproduce

1. visit http://www.w3.org/2010/05/video/mediaevents.html
2. Play the video
3. press fullscreen on player controls
4. un-fullscreen the video
5. repeat numbers 3 & 4 several times

Expected outcome:
Video will be shown scaled to the full size of the user's screen

Actual outcome:
Video canvas is displayed in a new window that covers the user's entire screen, but sometimes the video itself is scaled down to a very small section of the video canvas.  Sometimes it is properly scaled to fit the full screen.
Comment 1 Philippe Normand 2013-09-02 02:49:06 PDT
With each port? With fullscreen API enabled or not?

Here GTK's MiniBrowser with fullscreen API enabled works fine.
Comment 2 Jonathon Jongsma (jonner) 2013-09-03 10:03:20 PDT
I believe that when I was testing this, I was using a GtkLauncher with WK1.  So probably using an obsolete fullscreen implementation. I suspect this bug can just be closed if you can't reproduce.