gstreamer/sys/androidmedia
Sebastian Dröge a98a627370 Properly attach and detach the current threads to the Java VM
Attaching a thread after it was detached will cause segfaults,
as such we use a pthread_key_t to keep track of the JNIEnv* of
the attached threads and in the destructor (i.e. when the
thread exits) we detach the thread.
2012-10-15 16:28:38 +02:00
..
gstamc-constants.h Add another TI specific OpenMAX color format 2012-10-15 16:28:37 +02:00
gstamc.c Properly attach and detach the current threads to the Java VM 2012-10-15 16:28:38 +02:00
gstamc.h Add some more JNI wrapping 2012-10-15 16:28:37 +02:00
gstamcvideodec.c Don't get the output format from the codec before it is ready 2012-10-15 16:28:38 +02:00
gstamcvideodec.h Add video decoder element 2012-10-15 16:28:37 +02:00