[Bug 778348] Android: Native Crash after fast switching of Library Load

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 8 16:01:36 UTC 2017


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

--- Comment #2 from Christopher Szymczyk <cszymczyk at supra-elektronik.com> ---
We use your Tutorial 3 & 5 as the base of our Activities (including the C
files).

We add a Surface in runtime to our Layout. The base of this Surface is out of
the Tutorial example.

static 
    {
        System.loadLibrary("gstreamer_android");
        System.loadLibrary("tutorial-5");
        nativeClassInit();
    }

and

static 
    {
        System.loadLibrary("gstreamer_android");
        System.loadLibrary("tutorial-3");
        nativeClassInit();
    }

for Loading and dispose function in ondestroy for destroying all.

@Override
    public void dispose() {
        // TODO Auto-generated method stub
        nativePause();
        nativeSurfaceFinalize();
        nativeFinalize();
        _viewContainer.removeAllViews();
    }

-- 
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