loadLibrary gstreamer_android
cristian.astorino
cristian.astorino at gmail.com
Sun Jan 10 09:18:02 PST 2016
Done, but it continues to raise SIGPIPE: http://pastebin.com/pPt8VUUK
this is the piece of code modified:
void
gst_android_init (JNIEnv * env, jobject context)
{
/* libc sigpipe 2015-01-10 */
signal(SIGPIPE, SIG_IGN);
gchar *cache_dir;
gchar *files_dir;
I then rebuilt the library with: ndk-build -B V=1
What to do now?
Thanks
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/loadLibrary-gstreamer-android-tp4675192p4675196.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list