From 7ce693d505c629695ceba19ccd97a8cdf6e62c92 Mon Sep 17 00:00:00 2001 From: Mukilan Thiyagarajan Date: Sat, 11 Feb 2023 09:09:18 +0530 Subject: [PATCH] Update gst plugin for videoconvert & videoscale elements --- python/servo/gstreamer.py | 3 +-- 1 file changed, 1 insertion(+), 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"),