Auto merge of #25139 - asajeffrey:gstplugin-glmemory-bufferpool, r=Manishearth

Use a glmemory bufferpool

<!-- Please describe your changes on the following line: -->

This ensures the gstreamer plugin is always using GLMemory.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #25121
- [x] These changes do not require tests because

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
bors-servo 2019-12-09 12:24:18 -05:00 committed by GitHub
commit daf7138f36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 80 additions and 21 deletions

1
Cargo.lock generated
View file

@ -4789,6 +4789,7 @@ dependencies = [
"gstreamer-base",
"gstreamer-gl",
"gstreamer-gl-sys",
"gstreamer-sys",
"gstreamer-video",
"lazy_static",
"libservo",