[Bug 748283] New: NDK build gstreamer test application on android using gstreamer-1.0-android-arm-1.5.0.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Apr 22 02:41:03 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=748283
Bug ID: 748283
Summary: NDK build gstreamer test application on android using
gstreamer-1.0-android-arm-1.5.0.
Classification: Platform
Product: GStreamer
Version: 1.x
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: packages
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: qinyingsheng2002 at 163.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 302131
--> https://bugzilla.gnome.org/attachment.cgi?id=302131&action=edit
my demo gstreamer application
1. Build gstreamer sdk for android using cerbero, and successfully creat
gstreamer-1.0-android-arm-1.5.0.zip after execute command "cerbero -c
cross-android.cbc package gstreamer-1.0".
2. I write a simple gstreamer application in C language(please refer to the
attached file), and using NDK build successfully,and creat executed file
gstreamer-test and library libgstreamer-android.so.
3. I push the executed file gstreamer-test and library libgstreamer-android.so
to /system/lib on android, and execute the file gstreamer-test.
But error happened, the log is as below:
shell at mst:/system/lib # ./gstreamer-test
CANNOT LINK EXECUTABLE: could not load library
"/home/qys/test_c_for_android/gstreamer-test/obj/local/armeabi/libgstreamer_android.so"
needed by "./gstreamer-test"; caused by library
"/home/qys/test_c_for_android/gstreamer-test/obj/local/armeabi/libgstreamer_android.so"
not found.
I found maybe the cause is that the library libgstreamer-android.so path is
error.
I try many methods but could not resolve the problem, how could I do?
Thank you.
--
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