[Bug 757732] Failure to load gstreamer_android.so on Android >= 6.0

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Nov 7 10:25:45 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=757732

--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Thanks, merged into cerbero master and 1.6 branch. The fix will be included in
1.6.2.

commit cb9825cfcd1cc585f3cad8e9c5dd1f1c21e404f6
Author: Alex Dizengof <alex at ireporty.com>
Date:   Sat Nov 7 18:09:34 2015 +0200

    android: Add SONAME to libgstreamer_android.so for compatibility with
Android >= 6.0

    Due to the latest changes in Android 6.0 runtime
(http://developer.android.com/intl/ko/about/versions/marshmallow/android-6.0-changes.html#behavior-runtime)
    Each module should explicitly define it's SONAME. since the building
scripts for building android_gstreamer.so doesn't define soname the library is
built without one.
    This will cause a failure in loading any library that uses
libgstreamer_android.so.

    https://bugzilla.gnome.org/show_bug.cgi?id=757732

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list