After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 795456 - android/player: Update for GStreamer 1.14
android/player: Update for GStreamer 1.14
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-examples
1.14.0
Other Mac OS
: Normal normal
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-04-22 10:51 UTC by Philippe Normand
Modified: 2018-04-24 10:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (6.90 KB, patch)
2018-04-22 10:52 UTC, Philippe Normand
committed Details | Review

Description Philippe Normand 2018-04-22 10:51:12 UTC
.
Comment 1 Philippe Normand 2018-04-22 10:52:18 UTC
Created attachment 371224 [details] [review]
patch
Comment 2 Sebastian Dröge (slomo) 2018-04-23 07:12:09 UTC
Review of attachment 371224 [details] [review]:

Looks good except for

::: playback/player/android/app/build.gradle
@@ +32,3 @@
+                abiFilters  'armeabi', 'armeabi-v7a'
+                // x86 and x86_64 abis disabled because of https://bugzilla.gnome.org/show_bug.cgi?id=795454
+                // arm64-v8a abi disabled because of https://bugzilla.gnome.org/show_bug.cgi?id=795455

These should be fixed in 1.14.1/git master already.