Skip to content

Releases: Telmate/TelmateFrameGrabber

Fix storage path

23 Jul 23:56
3c0dd90
Compare
Choose a tag to compare
Merge pull request #13 from Telmate/PS-2221-FIX

fix storage path

Remove static constructor, instantiate from main constructor

23 Jul 23:27
84c493e
Compare
Choose a tag to compare
Merge pull request #12 from Telmate/PS-2221-FIX

Remove static constructor and instanciate from main module

Fixing cleanup methods, use instance methods

23 Jul 20:59
9ab2b47
Compare
Choose a tag to compare
Merge pull request #11 from Telmate/PS-2221

fix cleanup methods, and use instance based stuff for a lot of things

Add a cleanup method

23 Jul 17:45
c4c1658
Compare
Choose a tag to compare
Add a cleanup method Pre-release
Pre-release
Merge pull request #10 from Telmate/VID-2108

Add Cleanup method

Kurento 6.7 support

11 Jun 18:12
b45d5a9
Compare
Choose a tag to compare
Merge pull request #9 from Telmate/VID-2108

compile module for Kurento 6.7

pthreads change and queueHandler sleep

16 May 19:00
b3db4e1
Compare
Choose a tag to compare
Merge pull request #8 from Telmate/PS-2221

attempt to sleep in queueHandler before exiting

Switched SPSC Blocking queue (avis queue)

29 Nov 16:30
429925a
Compare
Choose a tag to compare

Switched to A blocking single producer consumer queue since kurento seems sensitive to handing frames off and waiting on stuff (Lock free actually seems slower).
switched to a custom blocking queue template (avis_queue)
-Avi

Switch to a blocking SPSC queue.

21 Nov 18:31
4b3265e
Compare
Choose a tag to compare

A blocking SPSC queue will perform better here and result in less CPU ticks due to its mutex "wakeup" abilities.
Some consumer logic was changed as well. and cleanups are performed as long as the plugin destructor is called ;)

Fix Concurrency issues.

15 Nov 21:25
1cb5021
Compare
Choose a tag to compare

Fix Concurrency issues.

Proper release behavior

26 Sep 20:50
Compare
Choose a tag to compare

PS-1394: Attempt to fix runaway threads and leaks by properly calling modules de-contsructor