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 748283 - NDK build gstreamer test application on android using gstreamer-1.0-android-arm-1.5.0.
NDK build gstreamer test application on android using gstreamer-1.0-android-a...
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: packages
1.x
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-22 09:41 UTC by Bill Qin
Modified: 2015-04-24 05:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
my demo gstreamer application (1.31 MB, application/gzip)
2015-04-22 09:41 UTC, Bill Qin
Details

Description Bill Qin 2015-04-22 09:41:03 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.
Comment 1 Tim-Philipp Müller 2015-04-23 13:54:12 UTC
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!
Comment 2 Bill Qin 2015-04-24 05:14:34 UTC
(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.