[Webkit-unassigned] [Bug 24638] New: [GTK] HTML5 media tags do not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 16 21:23:14 PDT 2009


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

           Summary: [GTK] HTML5 media tags do not work
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.double.co.nz/video_test/
        OS/Version: All
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gns at gnome.org


If you visit the URI I added to the bug report you'll notice that the video
doesn't play. There are two main problems, really:

1) MediaPlayerPrivate::duration is returning 0 because
gst_element_query_duration returns true even though it isn't able to figure out
the duration in time format.

2) Nothing calls MediaPlayerPrivate::repaint when the sink draws the frame in
the surface, so the video only gets updated when expose events or other
conditions force the repaint


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



More information about the webkit-unassigned mailing list