Closed
Bug 671122
Opened 14 years ago
Closed 7 years ago
ASSERTION: Active seekable media should have end time + ASSERTION: Seekable media should have duration
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: assertion)
STEPS TO REPRODUCE
1. run mochitest content/media/test/test_playback.html
ACTUAL RESULTS
###!!! ASSERTION: Active seekable media should have end time: '(!HasVideo() && !HasAudio()) || !mSeekable || mEndTime != -1', file content/media/nsBuiltinDecoderStateMachine.cpp, line 1208
###!!! ASSERTION: Seekable media should have duration: '!mSeekable || GetDuration() != -1', file content/media/nsBuiltinDecoderStateMachine.cpp, line 1209
PLATFORMS AND BUILDS TESTED
Bug occurs in a local mozilla-inbound DEBUG build on Linux x86-64
Comment 1•14 years ago
|
||
Tried to reproduce, and it occurs only on the file chain.ogv, which is, as the name suggests, a chained ogg file, which are not supported.
Related bug : https://bugzilla.mozilla.org/show_bug.cgi?id=455165
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 2•7 years ago
|
||
Mass closing do to inactivity.
Feel free to re-open if still needed.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•