aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/gstreamer.py
diff options
context:
space:
mode:
authorMukilan Thiyagarajan <me@mukilan.in>2023-02-11 09:09:18 +0530
committerMukilan Thiyagarajan <me@mukilan.in>2023-02-11 10:19:59 +0530
commit7ce693d505c629695ceba19ccd97a8cdf6e62c92 (patch)
treec45d810e64eaaab1abadaf59d54d13e3a64da011 /python/servo/gstreamer.py
parentaa2e1433d28158eb06e6a8a9b09b551437c4b55f (diff)
downloadservo-7ce693d505c629695ceba19ccd97a8cdf6e62c92.tar.gz
servo-7ce693d505c629695ceba19ccd97a8cdf6e62c92.zip
Update gst plugin for videoconvert & videoscale elements
Diffstat (limited to 'python/servo/gstreamer.py')
-rw-r--r--python/servo/gstreamer.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/servo/gstreamer.py b/python/servo/gstreamer.py
index 612697ffef6..5eb491c98e5 100644
--- a/python/servo/gstreamer.py
+++ b/python/servo/gstreamer.py
@@ -65,10 +65,9 @@ GSTREAMER_PLUGINS = [
("gstrtpmanager", "gst-plugins-good"),
("gsttheora", "gst-plugins-base"),
("gsttypefindfunctions", "gst-plugins-base"),
- ("gstvideoconvert", "gst-plugins-base"),
+ ("gstvideoconvertscale", "gst-plugins-base"),
("gstvideofilter", "gst-plugins-good"),
("gstvideoparsersbad", "gst-plugins-bad"),
- ("gstvideoscale", "gst-plugins-base"),
("gstvorbis", "gst-plugins-base"),
("gstvolume", "gst-plugins-base"),
("gstvpx", "gst-plugins-good"),