Skip to content

Fixed assigning HAVE_ENOUGH_DATA to media player - #37

Closed
valbok wants to merge 1 commit into
WebPlatformForEmbedded:masterfrom
valbok:monitorSourceBuffers
Closed

Fixed assigning HAVE_ENOUGH_DATA to media player#37
valbok wants to merge 1 commit into
WebPlatformForEmbedded:masterfrom
valbok:monitorSourceBuffers

Conversation

@valbok

Copy link
Copy Markdown

Fixed MediaSource::monitorSourceBuffers() to prevent assigning HAVE_ENOUGH_DATA to media player
which led to send loadeddata event before initialization segment received,
and no valid duration, seekable and other attributes returned.

Fixed MediaSource::monitorSourceBuffers() to prevent assigning HAVE_ENOUGH_DATA to media player
which led to send loadeddata event before initialization segment received,
and no valid duration, seekable and other attributes returned.
@calvaris

Copy link
Copy Markdown
Member

Patch looks ok to me and I think it is safe to merge it, though I'd submit it upstream and see what the Apple folks have to say about it. @eocanha, any comments?

@eocanha

Copy link
Copy Markdown
Member

The patch looks good, but unfortunately breaks test "32. PlaybackState" on the Raspberry Pi 2. :-/

@philn
philnforce-pushed the master branch 2 times, most recently from b4a4f67 to 3f4ede2CompareJune 17, 2016 13:48
@aazamansariaazamansari mentioned this pull request Jun 5, 2017
@charlie-ht

Copy link
Copy Markdown

Just doing some PR cleaning here, this change didn't get in. The commit seems to immediately contradict the comment above this statement. Do we still want this?

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.

4 participants

@valbok@calvaris@eocanha@charlie-ht