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

Import dependencies of PlatformDecoderModule.h. #16

Closed cpearce closed 7 years ago

cpearce commented 7 years ago

PlatformDecoderModule.h is a core abstraction for we talk to platform's decoders.

philn commented 7 years ago

Would it be possible to have a test? Maybe a Mock implementation of a decoder?

cpearce commented 7 years ago

The decoders still depend on MediaResource, which we don't have working yet.

philn commented 7 years ago

Ok then, let's get this in :)