Bug 116986 - [Mac] Scrubbing long movie files results in timeline snapping back to 0 during scrub.
Summary: [Mac] Scrubbing long movie files results in timeline snapping back to 0 durin...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jer Noble
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-29 12:23 PDT by Jer Noble
Modified: 2013-05-29 14:59 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.64 KB, patch)
2013-05-29 13:31 PDT, Jer Noble
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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?