rdar://problem/27355214
Created attachment 284833 [details] Patch
Created attachment 284834 [details] Patch
Comment on attachment 284834 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=284834&action=review Thank you Zalan! > Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:476 > + m_rate = std::max<double>(rate, 0); Nit: I think a comment about why this is necessary would be helpful because we should support negative rates.
Created attachment 284912 [details] Patch
Comment on attachment 284912 [details] Patch Clearing flags on attachment: 284912 Committed r203924: <http://trac.webkit.org/changeset/203924>
All reviewed patches have been landed. Closing bug.