Cerbero build a plugin in Android

nero88 vazlup at gmail.com
Tue Jan 13 04:05:46 PST 2015


Fine. I add the next code a Android.mk and generate the libgstplugin.so
include $(CLEAR_VARS)
LOCAL_MODULE    := gstplugin
LOCAL_SRC_FILES := gstplugin.c
LOCAL_SHARED_LIBRARIES := gstreamer_android
LOCAL_LDLIBS := -llog -landroid
include $(BUILD_SHARED_LIBRARY)
now how I can load the plugin? I can't find information about load files *
.so.
Also if i add the line of code System.loadLibrary ("libgstplugin") in
tutorial3.java the application does'nt start.
I have to do something else?

Thanks so much!!
You are helping me a lot.





--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Cerbero-build-a-plugin-in-Android-tp4670037p4670271.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list