diff options
Diffstat (limited to 'python/servo')
-rw-r--r-- | python/servo/gstreamer.py | 3 |
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"), |