Closed
Bug 1102669
Opened 11 years ago
Closed 11 years ago
TrackUnionStreams report they have current data when they have no inputs
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: pehrsons, Assigned: pehrsons)
References
Details
Attachments
(1 file)
TrackUnionStreams can prematurely report HaveCurrentData because their input streams have no tracks. This happens often for media element capturing when the TrackUnionStream is created before the source media element has written any data to its output stream.
| Assignee | ||
Updated•11 years ago
|
| Assignee | ||
Comment 1•11 years ago
|
||
I got the description a bit wrong. The issue is when there are no input streams. Existing input streams without tracks is OK.
Summary: TrackUnionStreams report they have current data when they have no tracks → TrackUnionStreams report they have current data when they have no inputs
| Assignee | ||
Comment 2•11 years ago
|
||
This patch is identical to attachment 8520610 [details] [diff] [review] and was r+ed by roc on bug 879717.
Attachment #8526516 -
Flags: review+
| Assignee | ||
Comment 3•11 years ago
|
||
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•