aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/gstreamer.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/gstreamer.py')
-rw-r--r--python/servo/gstreamer.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/python/servo/gstreamer.py b/python/servo/gstreamer.py
index 637ad3700ca..8ce8aa13fe2 100644
--- a/python/servo/gstreamer.py
+++ b/python/servo/gstreamer.py
@@ -22,6 +22,7 @@ GSTREAMER_DYLIBS = [
"gstfft",
"gstgl",
"gstpbutils",
+ "gstplay",
"gstriff",
"gstrtp",
"gstrtsp",
@@ -33,6 +34,7 @@ GSTREAMER_DYLIBS = [
"gstcodecparsers",
"gstplayer",
"gstwebrtc",
+ "gstwebrtcnice",
]
@@ -84,12 +86,9 @@ def windows_dlls():
def windows_plugins():
- # FIXME: We should support newer gstreamer versions here that replace
- # gstvideoconvert and gstvideoscale with gstvideoconvertscale.
libs = [
*GSTREAMER_PLUGINS,
- "gstvideoconvert",
- "gstvideoscale",
+ "gstvideoconvertscale",
"gstwasapi"
]
return [f"{lib}.dll" for lib in libs]