opencv/modules
Michael Gruner e3da18121f Enable a GMainLoop when capturing using GStreamer
A running GMainLoop processes many events on the GLib/GStreamer
world. While some things may work without it, many others wont.
Examples of these are signals, timers and many other source
events. The problem becomes more concerning by the fact that
some GStreamer elements rely on signals to work.

This commit allows the user to specify an OpenCV option to
start a main loop, if needed. Since the loop blocks, this is
done in a separate thread.
2020-10-01 19:48:15 -06:00
..
calib3d checks and fixes from static code analyzers results (2) 2020-09-03 18:28:27 +00:00
core ocl: fixes for OpenCL multiple contexts support 2020-09-03 20:34:49 +00:00
dnn checks and fixes from static code analyzers results (2) 2020-09-03 18:28:27 +00:00
features2d Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-09-01 20:59:00 +00:00
flann Merge pull request #18243 from alalek:static_code_fixes 2020-09-02 22:50:00 +00:00
gapi Merge pull request #18182 from OrestChura:oc/operators_to_cv 2020-09-02 19:28:10 +00:00
highgui checks and fixes from static code analyzers results 2020-09-02 21:59:34 +03:00
imgcodecs Merge pull request #18194 from VadimLevin:dev/vlevin/openjpeg-source-intergration 2020-09-02 22:48:09 +00:00
imgproc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-09-01 20:59:00 +00:00
java Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-06-04 17:58:34 +00:00
js Merge pull request #18073 from vpisarev:apache2_license 2020-08-17 11:49:11 +00:00
ml Merge pull request #17165 from komakai:objc-binding 2020-06-08 18:32:53 +00:00
objc Obj-C/Swift docs improvements 2020-08-09 16:53:10 +09:00
objdetect checks and fixes from static code analyzers results 2020-09-02 21:59:34 +03:00
photo Add Objective-C/Swift wrappers for opencv_contrib modules 2020-07-21 19:19:08 +09:00
python Merge pull request #18073 from vpisarev:apache2_license 2020-08-17 11:49:11 +00:00
stitching Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-08-06 14:15:52 +00:00
ts Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-03-23 16:54:35 +00:00
video Merge pull request #17165 from komakai:objc-binding 2020-06-08 18:32:53 +00:00
videoio Enable a GMainLoop when capturing using GStreamer 2020-10-01 19:48:15 -06:00
world
CMakeLists.txt