mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #25048 - asajeffrey:gstplugin-glmemory, r=ferjm
GStreamer plugin should use GLMemory <!-- Please describe your changes on the following line: --> Get the gstreamer servosrc plugin to generate frames in GLMemory rather than main memory. --- <!-- 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 #24831 - [x] These changes do not require tests because it's an embedding perf issue <!-- 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:
commit
2d2cd2b7d7
5 changed files with 302 additions and 255 deletions
|
@ -490,7 +490,9 @@ def windows_unit(cached=True):
|
|||
"mach smoketest --angle",
|
||||
"mach package --dev",
|
||||
"mach build --dev --libsimpleservo",
|
||||
"mach build --dev -p servo-gst-plugin",
|
||||
# We're getting link errors on windows, due to the x11 feature being
|
||||
# enabled on gstreamer-gl. https://github.com/servo/media/pull/304/
|
||||
"mach build --dev --media-stack=dummy -p servo-gst-plugin",
|
||||
|
||||
)
|
||||
.with_artifacts("repo/target/debug/msi/Servo.exe",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue