Auto merge of #23420 - ferjm:gst.1.16.android, r=Manishearth

Upgrade gstreamer binaries for Android to 1.16.0

- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- 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/23420)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-05-20 18:33:30 -04:00 committed by GitHub
commit b1fcd41efc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -482,7 +482,7 @@ class MachCommands(CommandBase):
# Build the name of the package containing all GStreamer dependencies # Build the name of the package containing all GStreamer dependencies
# according to the build target. # according to the build target.
gst_lib = "gst-build-{}".format(self.config["android"]["lib"]) gst_lib = "gst-build-{}".format(self.config["android"]["lib"])
gst_lib_zip = "gstreamer-{}-1.14.3-20190201-081639.zip".format(self.config["android"]["lib"]) gst_lib_zip = "gstreamer-{}-1.16.0-20190517-095630.zip".format(self.config["android"]["lib"])
gst_dir = os.path.join(target_path, "gstreamer") gst_dir = os.path.join(target_path, "gstreamer")
gst_lib_path = os.path.join(gst_dir, gst_lib) gst_lib_path = os.path.join(gst_dir, gst_lib)
pkg_config_path = os.path.join(gst_lib_path, "pkgconfig") pkg_config_path = os.path.join(gst_lib_path, "pkgconfig")