mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove use of auto media backend. And update servo-media
This commit is contained in:
parent
54f54d194d
commit
74a48937f1
4 changed files with 69 additions and 25 deletions
|
@ -1300,7 +1300,8 @@ impl HTMLMediaElement {
|
|||
}
|
||||
}
|
||||
},
|
||||
PlayerEvent::Error => {
|
||||
PlayerEvent::Error(ref error) => {
|
||||
error!("Player error: {:?}", error);
|
||||
self.error.set(Some(&*MediaError::new(
|
||||
&*window_from_node(self),
|
||||
MEDIA_ERR_DECODE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue