servo / gecko-media

Firefox's media playback stack in a stand alone Rust crate
Mozilla Public License 2.0
6 stars 9 forks source link

Move SourceBufferResource.h and TrackBuffersManager.cpp out of glue #82

Closed ferjm closed 6 years ago

ferjm commented 6 years ago

81 adds SourceBufferResource.h to glue/ because of Bug 1418244. We should move this header to its original place once we update from m-c with that fix.

ferjm commented 6 years ago

TrackBuffersManager.cpp uses ErrorResult without including it as well. Bug 1418244 will also fix it.

ferjm commented 6 years ago

Bug 1418244 already landed but I closed #81 cause I am following a different approach to import MSE code, so I am closing this one as well as it is no longer needed.