[Webkit-unassigned] [Bug 66936] New: [GStreamer] fullscreen video pause/play fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 25 07:07:57 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66936

           Summary: [GStreamer] fullscreen video pause/play fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


In fullscreen the webkitsink goes to PAUSE asynchronously whereas autovideosink goes to PAUSE just fine. Then if we want to resume playback webkitsink tries to go to PLAYING again and is starved because buffers are blocked by the identity element upstream :(

I think we can just avoid the use of identity and in the webkitsink skip rendering of the buffers if we're fullscreen already.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list