Closed Bug 1314832 Opened 8 years ago Closed 6 years ago

uninitialized member in MediaEngineDefault* classes

Categories

(Core :: WebRTC: Audio/Video, defect, P5)

49 Branch
defect

Tracking

()

RESOLVED DUPLICATE of bug 1299515

People

(Reporter: jesup, Assigned: jesup)

Details

Attachments

(1 file)

mTrackId is uninitialized in the constructor, though it doesn't really matter since it's only used for Start()ed tracks, and it's set in Start().  However, initializing it keeps the compiler and other tools happy.
Rank: 45
Priority: -- → P4
Attachment #8806955 - Flags: review?(pehrson) → review+
Mass change P4->P5 to align with new Mozilla triage process.
Priority: P4 → P5
Hello,
What are the next steps needed to have this patch landing?
Thanks,
Flags: needinfo?(rjesup)
they're initialized with TrackID mTrackID = TRACK_NONE now, per your landing in bug 1299515.

If NONE is (now) more correct than INVALID, please just close this.
Flags: needinfo?(rjesup) → needinfo?(apehrson)
(In reply to Randell Jesup [:jesup] from comment #4)
> they're initialized with TrackID mTrackID = TRACK_NONE now, per your landing
> in bug 1299515.
> 
> If NONE is (now) more correct than INVALID, please just close this.

I think TRACK_NONE is semantically fine, thanks.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(apehrson)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: