diff options
author | Ben <bennyschulenburg@gmx.de> | 2024-08-03 18:28:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-03 16:28:00 +0000 |
commit | f3fe11c382d85f47f2adf3099a3b92c4202c52f1 (patch) | |
tree | 1316a3c7ab932b4837138e5f0c4215d673d7c618 /python/servo/gstreamer.py | |
parent | f3bec0aed386615e850b9e24b74c697624c32bce (diff) | |
download | servo-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.py | 1 |
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", |