summarylogtreecommitdiffstats
path: root/enable_mse.patch
diff options
context:
space:
mode:
authorGiovanni Santini2018-08-17 14:35:14 +0200
committerGiovanni Santini2018-08-17 14:36:08 +0200
commit9b8652fd7997b9921c4fada4f8a3fa64fbb47e4f (patch)
tree9b3ccee56c5be978b055d0af2b91c4853b796d21 /enable_mse.patch
parentb53c563bf8e2be5e2f148f9f427f38005cc8dc1b (diff)
downloadaur-9b8652fd7997b9921c4fada4f8a3fa64fbb47e4f.tar.gz
upgpkg: epiphany-mse 3.28.3.1-3
- Use standard webkit2gtk, as MSE and EME are already built-in - Enabling also EME (Encrypted Media Extensions) support
Diffstat (limited to 'enable_mse.patch')
-rw-r--r--enable_mse.patch26
1 files changed, 14 insertions, 12 deletions
diff --git a/enable_mse.patch b/enable_mse.patch
index b931ab3def3f..08211e660561 100644
--- a/enable_mse.patch
+++ b/enable_mse.patch
@@ -1,26 +1,28 @@
-From 54234fe9e5652408d1a6cbf046ac66dd212c20b1 Mon Sep 17 00:00:00 2001
+From 55011a974c375adacd8178532a56b18315026a7a Mon Sep 17 00:00:00 2001
From: Giovanni Santini <giovannisantini93@yahoo.it>
-Date: Sat, 14 Apr 2018 16:30:33 +0200
-Subject: [PATCH] Enabling MSE (Media Source Extensions) MSE support has been
- merged already within WebkitGTK+ and is useful for many video and audio
- streaming websites (one to mention, Youtube). This simple line enables MSE
- when WebkitGTK+ is built with the proper flag.
+Date: Wed, 15 Aug 2018 15:45:48 +0200
+Subject: [PATCH] Enabling MSE (Media Source Extensions) and EME (Encrypted
+ Media Extensions) MSE and EME support has been merged already within
+ WebkitGTK+ and is useful for many video and audio streaming websites (one to
+ mention, Youtube). This simple tweak enables MSE and EME when WebkitGTK+ is
+ built with the proper flags.
---
- embed/ephy-embed-prefs.c | 1 +
- 1 file changed, 1 insertion(+)
+ embed/ephy-embed-prefs.c | 2 ++
+ 1 file changed, 2 insertions(+)
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
-index d85413732..1e2679464 100644
+index 0ce447f30..830d0b58f 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
-@@ -433,6 +433,7 @@ ephy_embed_prefs_init (gpointer user_data)
+@@ -432,6 +432,8 @@ ephy_embed_prefs_init (gpointer user_data)
+ "enable-javascript", TRUE,
"enable-dns-prefetching", TRUE,
- "hardware-acceleration-policy", WEBKIT_HARDWARE_ACCELERATION_POLICY_NEVER,
"javascript-can-open-windows-automatically", TRUE,
+ "enable-mediasource", TRUE,
++ "enable-encrypted-media", TRUE,
NULL);
for (i = 0; i < G_N_ELEMENTS (webkit_pref_entries); i++) {
--
-2.17.0
+2.18.0