зеркало из https://github.com/mozilla/gecko-dev.git
9ed4e1aa58
TrackID has been used to denote tracks that are part of MediaStreams in the MediaStreamGraph. The TrackInfo::mTrackId IDs are no longer used in the MediaStream APIs and as such it's not necessary that they have the type TrackID. This patch changes TrackInfo::mTrackId to be of type uint32_t instead, as that is the type of Mp4parseTrackInfo::track_id, which is assigned to TrackInfo::mTrackId as the sole remaining non-static user. Other users set a static trackId of `1` or `2`, and as such remain supported by this change. Differential Revision: https://phabricator.services.mozilla.com/D46763 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
Atom.h | ||
AtomType.h | ||
Box.cpp | ||
Box.h | ||
BufferStream.cpp | ||
BufferStream.h | ||
ByteStream.h | ||
DecoderData.cpp | ||
DecoderData.h | ||
Index.cpp | ||
Index.h | ||
MP4Decoder.cpp | ||
MP4Decoder.h | ||
MP4Demuxer.cpp | ||
MP4Demuxer.h | ||
MP4Interval.h | ||
MP4Metadata.cpp | ||
MP4Metadata.h | ||
MoofParser.cpp | ||
MoofParser.h | ||
ResourceStream.cpp | ||
ResourceStream.h | ||
SinfParser.cpp | ||
SinfParser.h | ||
moz.build |