Auto merge of #23740 - servo:jdm-patch-36, r=ferjm

Load GST videofilter plugins.

The video playback tries to create a videobalance element and can't find it without this plugin.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23740)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-07-11 06:48:36 -04:00 committed by GitHub
commit 5bc34e3e4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,6 +157,7 @@ mod media_platform {
"gsttheora.dll", "gsttheora.dll",
"gsttypefindfunctions.dll", "gsttypefindfunctions.dll",
"gstvideoconvert.dll", "gstvideoconvert.dll",
"gstvideofilter.dll",
"gstvideoparsersbad.dll", "gstvideoparsersbad.dll",
"gstvideoscale.dll", "gstvideoscale.dll",
"gstvolume.dll", "gstvolume.dll",