Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdjust gstreamer plugins for UWP. #23764
Conversation
highfive
commented
Jul 12, 2019
|
Heads up! This PR modifies the following files:
|
|
r? @paulrouget |
|
Looks good to me. |
|
@bors-servo r=paulrouget |
|
|
Adjust gstreamer plugins for UWP. This excludes a set of plugins and dependencies that are currently built with MinGW and will therefore cause WACK errors. The resulting set of plugins loaded by the UWP app are still not UWP-clean, but this makes it much easier to switch over to UWP-clean binaries in the future. These changes also allow the HoloLens 2 app to start and load again after #23712. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #23757 - [x] These changes do not require tests because no tests for windows or UWP. <!-- 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/23764) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
Adjust gstreamer plugins for UWP. This excludes a set of plugins and dependencies that are currently built with MinGW and will therefore cause WACK errors. The resulting set of plugins loaded by the UWP app are still not UWP-clean, but this makes it much easier to switch over to UWP-clean binaries in the future. These changes also allow the HoloLens 2 app to start and load again after #23712. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #23757 - [x] These changes do not require tests because no tests for windows or UWP. <!-- 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/23764) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
Adjust gstreamer plugins for UWP. This excludes a set of plugins and dependencies that are currently built with MinGW and will therefore cause WACK errors. The resulting set of plugins loaded by the UWP app are still not UWP-clean, but this makes it much easier to switch over to UWP-clean binaries in the future. These changes also allow the HoloLens 2 app to start and load again after #23712. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #23757 - [x] These changes do not require tests because no tests for windows or UWP. <!-- 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/23764) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
Adjust gstreamer plugins for UWP. This excludes a set of plugins and dependencies that are currently built with MinGW and will therefore cause WACK errors. The resulting set of plugins loaded by the UWP app are still not UWP-clean, but this makes it much easier to switch over to UWP-clean binaries in the future. These changes also allow the HoloLens 2 app to start and load again after #23712. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #23757 - [x] These changes do not require tests because no tests for windows or UWP. <!-- 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/23764) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
Adjust gstreamer plugins for UWP. This excludes a set of plugins and dependencies that are currently built with MinGW and will therefore cause WACK errors. The resulting set of plugins loaded by the UWP app are still not UWP-clean, but this makes it much easier to switch over to UWP-clean binaries in the future. These changes also allow the HoloLens 2 app to start and load again after #23712. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #23757 - [x] These changes do not require tests because no tests for windows or UWP. <!-- 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/23764) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
Adjust gstreamer plugins for UWP. This excludes a set of plugins and dependencies that are currently built with MinGW and will therefore cause WACK errors. The resulting set of plugins loaded by the UWP app are still not UWP-clean, but this makes it much easier to switch over to UWP-clean binaries in the future. These changes also allow the HoloLens 2 app to start and load again after #23712. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #23757 - [x] These changes do not require tests because no tests for windows or UWP. <!-- 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/23764) <!-- Reviewable:end -->
|
|
jdm commentedJul 12, 2019
•
edited by SimonSapin
This excludes a set of plugins and dependencies that are currently built with MinGW and will therefore cause WACK errors. The resulting set of plugins loaded by the UWP app are still not UWP-clean, but this makes it much easier to switch over to UWP-clean binaries in the future.
These changes also allow the HoloLens 2 app to start and load again after #23712.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is