Skip to content

Commit

Permalink
[embedlite] Disable gstreamer blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
rojkov authored and rainemak committed Oct 29, 2015
1 parent c30c1cb commit 2facd62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embedding/embedlite/embedding.js
Expand Up @@ -101,6 +101,7 @@ pref("ui.dragThresholdY", 25);
pref("embedlite.dispatch_mouse_events", false); // Will dispatch mouse events if page using them
pref("media.gstreamer.enabled", true);
pref("media.prefer-gstreamer", true);
pref("media.gstreamer.enable-blacklist", false);
// Disable X backend on GTK
pref("gfx.xrender.enabled", false);
pref("gfx.qt.rgb16.force", true);
Expand Down

0 comments on commit 2facd62

Please sign in to comment.