diff options
author | deva <deva> | 2005-06-16 21:28:57 +0000 |
---|---|---|
committer | deva <deva> | 2005-06-16 21:28:57 +0000 |
commit | e0592745a40dae2e14e5b6d9226f41a293ababc9 (patch) | |
tree | b3640c07fd6af71aa01bed384613ffda6c03bf41 /src/decoder.h | |
parent | c397f2dcdc399b43cf150f8000e711fc20613deb (diff) |
Rewrote thread object
Fixed bug in mov_encoder (pushed read_sem too many times, whihc lead to
growing server queue)
Diffstat (limited to 'src/decoder.h')
-rw-r--r-- | src/decoder.h | 7 |
1 files changed, 6 insertions, 1 deletions
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(); |