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 upEnable WebAudio on Android #21730
Enable WebAudio on Android #21730
Conversation
highfive
commented
Sep 17, 2018
|
Heads up! This PR modifies the following files:
|
| if not os.path.exists(gst_lib_path): | ||
| # Download GStreamer dependencies if they have not already been downloaded | ||
| print("Downloading GStreamer dependencies") | ||
| gst_url = "https://github.com/servo/libgstreamer_android_gen/blob/master/out/%s?raw=true" % gst_lib_zip |
This comment has been minimized.
This comment has been minimized.
|
@bors-servo try |
[WIP] Enable WebAudio on Android - [X] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [X] These changes fix #21619 <!-- 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/21730) <!-- Reviewable:end -->
|
|
|
@bors-servo try |
[WIP] Enable WebAudio on Android - [X] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [X] These changes fix #21619 <!-- 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/21730) <!-- Reviewable:end -->
|
|
This seems to be happening for other builds with one of these two tests. See http://build.servo.org/builders/android-x86 |
And will hopefully be fixed by #21738 |
|
|
|
@bors-servo try |
|
|
| GStreamer.init((Context) mActivity); | ||
| } catch (Exception e) { | ||
| e.printStackTrace(); | ||
| } |
This comment has been minimized.
This comment has been minimized.
paulrouget
Sep 24, 2018
Contributor
This code path is not used by ServoSurface. Move this in Servo.java.
|
|
||
| copyGStreamerObjTask.dependsOn taskName | ||
| copyGStreamerTask.dependsOn copyGStreamerObjTask | ||
| compileTask.dependsOn copyGStreamerTask |
This comment has been minimized.
This comment has been minimized.
| int width, int height, float density, boolean log) { | ||
| int width, int height, | ||
| float density, boolean log, | ||
| Context context) { | ||
|
|
This comment has been minimized.
This comment has been minimized.
paulrouget
Sep 25, 2018
Contributor
Context and activity are the same objects. Can you only pass one and cast activity to context or context to activity?
This comment has been minimized.
This comment has been minimized.
|
r=me |
|
@bors-servo r=paulrouget |
|
|
Enable WebAudio on Android - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [X] These changes fix #21619 <!-- 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/21730) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
|
ferjm commentedSep 17, 2018
•
edited
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is