https://bugs.webkit.org/show_bug.cgi?id=190691
Caused the API test that was changed to failure continuously
(Requested by Truitt on #webkit).
Reverted changeset:
"[Media] Use nanoseconds as MaximumTimeScale"
https://bugs.webkit.org/show_bug.cgi?id=190631
https://trac.webkit.org/changeset/237208
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@237237
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2018-10-17 Commit Queue <commit-queue@webkit.org>
+
+ Unreviewed, rolling out r237208.
+ https://bugs.webkit.org/show_bug.cgi?id=190691
+
+ Caused the API test that was changed to failure continuously
+ (Requested by Truitt on #webkit).
+
+ Reverted changeset:
+
+ "[Media] Use nanoseconds as MaximumTimeScale"
+ https://bugs.webkit.org/show_bug.cgi?id=190631
+ https://trac.webkit.org/changeset/237208
+
2018-10-16 Alicia Boya GarcĂa <aboya@igalia.com>
[Media] Use nanoseconds as MaximumTimeScale
return (0 < val) - (val < 0);
}
-const uint32_t MediaTime::MaximumTimeScale = 1000000000;
+const uint32_t MediaTime::MaximumTimeScale = 0x7fffffffL;
MediaTime::MediaTime()
: m_timeValue(0)