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

Beginnings of Servo -> MediaDecoder interface #51

Closed cpearce closed 6 years ago

cpearce commented 6 years ago

This isn't quite complete, but I'm requesting merge, as otherwise everyone else will also need to rewrite this code in order to get anything done.

nox commented 6 years ago

Adds an id to each instance of GeckoMedia. We'll use this id to uniquely identify MediaDecoder instances on the C++ side of the FFI boundary.

To each instance of GeckoMedia? But I thought GeckoMedia was the entry point for things that are not related to any decoder? I'm really confused now.

bors-servo commented 6 years ago

:umbrella: The latest upstream changes (presumably #52) made this pull request unmergeable. Please resolve the merge conflicts.

cpearce commented 6 years ago

This is obsoleted by PR52.