aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/gstreamer.py
diff options
context:
space:
mode:
authorBen <bennyschulenburg@gmx.de>2024-08-03 18:28:00 +0200
committerGitHub <noreply@github.com>2024-08-03 16:28:00 +0000
commitf3fe11c382d85f47f2adf3099a3b92c4202c52f1 (patch)
tree1316a3c7ab932b4837138e5f0c4215d673d7c618 /python/servo/gstreamer.py
parentf3bec0aed386615e850b9e24b74c697624c32bce (diff)
downloadservo-f3fe11c382d85f47f2adf3099a3b92c4202c52f1.tar.gz
servo-f3fe11c382d85f47f2adf3099a3b92c4202c52f1.zip
Enabled WAV decoding support in gstreamer (#32924)
Signed-off-by: Benjamin Vincent Schulenburg <bennyschulenburg@gmx.de>
Diffstat (limited to 'python/servo/gstreamer.py')
-rw-r--r--python/servo/gstreamer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/gstreamer.py b/python/servo/gstreamer.py
index eb066fa0ac7..3c63b7dbd5d 100644
--- a/python/servo/gstreamer.py
+++ b/python/servo/gstreamer.py
@@ -73,6 +73,7 @@ GSTREAMER_PLUGIN_LIBS = [
"gstrtpmanager",
"gstvideofilter",
"gstvpx",
+ "gstwavparse",
# gst-plugins-bad
"gstaudiobuffersplit",
"gstdtls",