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 upUpdate GStreamer binaries for Android. Include required codecs #21864
Conversation
highfive
commented
Oct 3, 2018
|
Heads up! This PR modifies the following files:
|
|
@bors-servo try |
Update GStreamer binaries for Android. Include required codecs - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors This should finally work for both armv7 and x86. I moved the binaries from Github to S3. I also updated the build scripts and [documented the workaround for the issue](servo/libgstreamer_android_gen@da2d89a) that I was hitting when building for x86. <!-- 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/21864) <!-- Reviewable:end -->
|
|
|
|
#21863 also failed its
|
|
|
|
@bors-servo try |
Update GStreamer binaries for Android. Include required codecs - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors This should finally work for both armv7 and x86. I moved the binaries from Github to S3. I also updated the build scripts and [documented the workaround for the issue](servo/libgstreamer_android_gen@da2d89a) that I was hitting when building for x86. <!-- 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/21864) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
Update GStreamer binaries for Android. Include required codecs - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors This should finally work for both armv7 and x86. I moved the binaries from Github to S3. I also updated the build scripts and [documented the workaround for the issue](servo/libgstreamer_android_gen@da2d89a) that I was hitting when building for x86. <!-- 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/21864) <!-- Reviewable:end -->
|
|
|
That was caused by me messing with that builder to deploy servo/saltfs#898. The other mac builds were fine. |
|
r? @SimonSapin |
|
My Unicode-in-Python-2 must be… rusty. I’m honestly confused why we get a decode error in |
|
@bors-servo try=android |
Update GStreamer binaries for Android. Include required codecs - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors This should finally work for both armv7 and x86. I moved the binaries from Github to S3. <!-- 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/21864) <!-- Reviewable:end -->
|
@bors-servo try=android |
Update GStreamer binaries for Android. Include required codecs - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors This should finally work for both armv7 and x86. I moved the binaries from Github to S3. <!-- 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/21864) <!-- Reviewable:end -->
|
|
|
I managed to reproduce the issue locally by regenerating the binaries again (I am not sure why I wasn't able to reproduce it before... :). I got this from the logcat:
Which lead me to this known and unresolved GStreamer issue https://bugzilla.gnome.org/show_bug.cgi?id=742633 I don't think we need the x86 emulator to playback a/v video any time soon. So in order to unblock a/v playback on real devices, I am going to temporarily remove |
|
@bors-servo try=android |
Update GStreamer binaries for Android. Include required codecs - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors This should finally work for both armv7 and x86. I moved the binaries from Github to S3. <!-- 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/21864) <!-- Reviewable:end -->
|
|
|
I've documented the workaround at https://github.com/servo/libgstreamer_android_gen/blob/536676168014b60d59ce8a0d1ef4003632d9c941/README.md#known-issues |
|
@bors-servo r=SimonSapin |
|
|
Update GStreamer binaries for Android. Include required codecs - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors This should finally work for both armv7 and x86. I moved the binaries from Github to S3. <!-- 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/21864) <!-- Reviewable:end -->
|
|
ferjm commentedOct 3, 2018
•
edited
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis should finally work for both armv7 and x86. I moved the binaries from Github to S3.
This change is