Bug 116986

Summary: [Mac] Scrubbing long movie files results in timeline snapping back to 0 during scrub.
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: New BugsAssignee: Jer Noble <jer.noble>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, glenn
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric.carlson: review+

Description Jer Noble 2013-05-29 12:23:43 PDT
[Mac] Scrubbing long movie files results in timeline snapping back to 0 during scrub.
Comment 1 Jer Noble 2013-05-29 13:31:10 PDT
Created attachment 203268 [details]
Patch
Comment 2 Jer Noble 2013-05-29 14:21:12 PDT
Committed r150929: <http://trac.webkit.org/changeset/150929>
Comment 3 Darin Adler 2013-05-29 14:59:26 PDT
Comment on attachment 203268 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=203268&action=review

> Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.h:312
> +    size_t m_seekCount;

size_t seems a strange choice for the type here. Maybe unsigned?