gstreamer/sys/androidcamera
Youness Alaoui 691ab727b0 androicamera: if buffer size increases, then readd new buffers to the queue and drop old ones
The on_preview callback gets called with NULL if the buffer in the queue is
too small, so we need to handle the case where the array is NULL. Also
there is a bug in the android source which makes it drop one of the buffers
so if we had 5 buffers, and we renegotiate to a higher resolution, then we'd
only get 4 calls to on_preview_frame with NULL, with one being dropped.
This means we can't reallocate the buffers in the if (data == NULL) case
because we might end up with 0 buffers in the end.
2016-01-21 13:47:02 -05:00
..
com/gstreamer androidcamera: Add support for using DexLoader with Embeded GstAhcCallback.jar 2016-01-21 12:44:39 -05:00
gst-android-graphics-imageformat.c androidcamera: Fix compilation issues 2016-01-21 12:44:38 -05:00
gst-android-graphics-imageformat.h Add a deinit function and remove jclass references in case of error 2016-01-21 12:11:15 -05:00
gst-android-graphics-surfacetexture.c androidcamera: Fix compilation issues 2016-01-21 12:44:38 -05:00
gst-android-graphics-surfacetexture.h Add a deinit function and remove jclass references in case of error 2016-01-21 12:11:15 -05:00
gst-android-hardware-camera.c androidcamera: If callback is NULL then set it to NULL in jni 2016-01-21 13:47:02 -05:00
gst-android-hardware-camera.h Add a deinit function and remove jclass references in case of error 2016-01-21 12:11:15 -05:00
gst-androidcamera.c Remove previous cruft and create androidcamera plugin 2016-01-21 12:44:38 -05:00
gst-dvm.c Adding Dalvik Virtual Machine routines and macros 2016-01-21 12:11:14 -05:00
gst-dvm.h Add a GST_DVM_CALL macro to ease function calling with exception check 2016-01-21 12:44:37 -05:00
gstahccallback.h androidcamera: Add support for using DexLoader with Embeded GstAhcCallback.jar 2016-01-21 12:44:39 -05:00
gstahcsrc.c androicamera: if buffer size increases, then readd new buffers to the queue and drop old ones 2016-01-21 13:47:02 -05:00
gstahcsrc.h androidcamera: Add caps negotiation support 2016-01-21 12:44:41 -05:00
Makefile.am androidmedia: Disable plugin if android-sdk isn't found and dynamically search for platform version 2016-01-21 12:44:39 -05:00