Skip to content

[MSE] [GStreamer] Fixing QUOTA_EXCEEDED_ERR fired when there was evic… - #308

Merged
eocanha merged 2 commits into
WebPlatformForEmbedded:stablefrom
vertexodessa:quota_exceeded
Jun 27, 2017
Merged

[MSE] [GStreamer] Fixing QUOTA_EXCEEDED_ERR fired when there was evic…#308
eocanha merged 2 commits into
WebPlatformForEmbedded:stablefrom
vertexodessa:quota_exceeded

Conversation

@vertexodessa

Copy link
Copy Markdown

…table data in Source Buffer (#296)

#286

vertexodessaand others added 2 commits June 26, 2017 16:20
…n is infinite
In that case rangeEnd was infinite and rangeStart = rangeEnd - thirtySeconds is
infinite too, leading to an infinite loop.
This fix uses the maximum buffered time instead of the duration in that case, and
in the unlikely case that there's no buffered time, it just returns from the
eviction function.
@eocanha
eocanha merged commit 45f4d2a into WebPlatformForEmbedded:stableJun 27, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vertexodessa@eocanha