Bug 51602

Summary: [GStreamer] wrong media duration report in media/controls-after-reload.html
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric.carlson, eric, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 50918    
Attachments:
Description Flags
subparse: WebVTT parsing support
none
proposed patch mrobinson: review+

Description Philippe Normand 2010-12-24 14:23:27 PST
On 32-bits Release a null duration is reported instead of 6 seconds. This affects the rendering of the controls since we now display the media duration there.

Will skip the test for now.
Comment 1 Philippe Normand 2010-12-28 06:49:05 PST
Created attachment 77552 [details]
subparse: WebVTT parsing support

WebVTT is a new subtitle format for HTML5 video. In this firtst
version of the parser the cue settings are parsed but only stored in
the internal parser state structure. Later on these settings could be
part of the GstBuffer metadata.

Fixes bug #629764
Comment 2 Philippe Normand 2010-12-28 06:49:41 PST
Comment on attachment 77552 [details]
subparse: WebVTT parsing support

Heh wrong bug tracker :)
Comment 3 Philippe Normand 2011-01-27 03:51:28 PST
media/controls-styling.html and media/video-volume-slider.html are affected by this bug as well.
Comment 4 Philippe Normand 2011-01-27 03:55:01 PST
^^ skipped in r76783
Comment 5 Philippe Normand 2011-02-15 07:52:55 PST
Created attachment 82454 [details]
proposed patch
Comment 6 Martin Robinson 2011-02-15 09:09:28 PST
Comment on attachment 82454 [details]
proposed patch

Great stuff.
Comment 7 Philippe Normand 2011-02-16 03:10:53 PST
Committed r78689: <http://trac.webkit.org/changeset/78689>
Comment 8 WebKit Review Bot 2011-02-16 04:09:46 PST
http://trac.webkit.org/changeset/78689 might have broken GTK Linux 64-bit Debug