Auto merge of #23388 - servo:jdm-patch-41, r=Manishearth

Install webrtc-required components for gstreamer

We will need to reinstall gst-plugins-bad on the existing mac builders, but this should help any future mac builders that are created.

<!-- 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/23388)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-05-14 18:22:43 -04:00 committed by GitHub
commit 576394b288
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
brew "gstreamer"
brew "gst-plugins-base"
brew "gst-libav"
brew "gst-plugins-bad"
brew "gst-plugins-bad", args: ["with-libnice", "with-srtp"]
brew "gst-plugins-good"
brew "gst-rtsp-server"