GNOME Bugzilla – Bug 748283
NDK build gstreamer test application on android using gstreamer-1.0-android-arm-1.5.0.
Last modified: 2015-04-24 05:14:34 UTC
Created attachment 302131 [details] 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@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.
This sounds more like a support request than a bug report. I would suggest you subscribe to the gstreamer-devel mailing list and send a message there (you can reference this bug with the demo application so it doesn't need to be sent to everyone on the list as attachment). That's a better place to get support for issues like this. Thanks!
(In reply to Tim-Philipp Müller from comment #1) > This sounds more like a support request than a bug report. > > I would suggest you subscribe to the gstreamer-devel mailing list and send a > message there (you can reference this bug with the demo application so it > doesn't need to be sent to everyone on the list as attachment). That's a > better place to get support for issues like this. > > Thanks! OK,thanks, I will subscribe the problem to gstreamer-android list.