mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
e96b8a7b5f
As imgbin_finished() is scheduled from g_idle_add, it might be run a little later than expected, this can lead to the application setting camerabin to ready before imgbin_finished() runs. In this case, the processing counter goes to 0 and an assertion happens. This patch relaxes the imgbin_finished() check on the processing counter. |
||
---|---|---|
.. | ||
.gitignore | ||
camerabindebug.h | ||
camerabingeneral.c | ||
camerabingeneral.h | ||
camerabinimage.c | ||
camerabinimage.h | ||
camerabinpreview.c | ||
camerabinpreview.h | ||
camerabinvideo.c | ||
camerabinvideo.h | ||
gstcamerabin-enum.c | ||
gstcamerabin-enum.h | ||
gstcamerabin-marshal.list | ||
gstcamerabin.c | ||
gstcamerabin.h | ||
gstcamerabincolorbalance.c | ||
gstcamerabincolorbalance.h | ||
Makefile.am | ||
TODO |