From e0592745a40dae2e14e5b6d9226f41a293ababc9 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 16 Jun 2005 21:28:57 +0000 Subject: Rewrote thread object Fixed bug in mov_encoder (pushed read_sem too many times, whihc lead to growing server queue) --- src/decoder.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/decoder.h') diff --git a/src/decoder.h b/src/decoder.h index 247124a..8606880 100644 --- a/src/decoder.h +++ b/src/decoder.h @@ -38,6 +38,11 @@ /* * $Log$ + * Revision 1.15 2005/06/16 21:28:57 deva + * Rewrote thread object + * Fixed bug in mov_encoder (pushed read_sem too many times, whihc lead to + * growing server queue) + * * Revision 1.14 2005/05/25 13:11:42 deva * * Made unfreeze close connection, when no recording is done. @@ -91,7 +96,7 @@ public: pthread_mutex_t *gmutex, volatile int *grunning); ~Decoder(); - void run(); + void thread_main(); void freeze(); void unfreeze(); -- cgit v1.2.3