Skip to content

Commit

Permalink
[sailfishos][embedlite] Enable decoder recycling. JB#51730
Browse files Browse the repository at this point in the history
Needed for switching streams promptly without having to spin up
a new decoder.
  • Loading branch information
abranson committed Nov 13, 2020
1 parent 6869130 commit ee23a71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embedding/embedlite/embedding.js
Expand Up @@ -358,6 +358,7 @@ pref("media.video-queue.default-size", 3);

// Enable GMP plugins for media decoding to use gmp-droid
pref("media.gmp.decoder.enabled", true);
pref("media.decoder.recycle.enabled", true);

// SimplePush
pref("services.push.enabled", false);
Expand Down

0 comments on commit ee23a71

Please sign in to comment.