Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'jb51730' into 'master'
Browse files Browse the repository at this point in the history
[sailfishos][embedlite] Enable decoder recycling. JB#51730

See merge request mer-core/gecko-dev!187
  • Loading branch information
Andrew Branson committed Nov 13, 2020
2 parents 6869130 + ee23a71 commit bf5ab1a
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 bf5ab1a

Please sign in to comment.