Added an extra signal_cond to queue to make sure that the waiting thread is woken...
authorWim Taymans <wim.taymans@gmail.com>
Sun, 14 Jan 2001 14:43:57 +0000 (14:43 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 14 Jan 2001 14:43:57 +0000 (14:43 +0000)
commit73ae4b1bcedad5c089872f7bfd062e3ea014f403
tree0c92083c1defcf3da2b0350b308981909cabd2fb
parent11670c033dfed02aee1d97561e10b004dab904ed
Added an extra signal_cond to queue to make sure that the waiting thread is woken up. Can somebody with queue problem...

Original commit message from CVS:
Added an extra signal_cond to queue to make sure that the waiting thread
is woken up. Can somebody with queue problems verifify that this does
improve the situation a bit. I'm suspecting that something else is going
on, like a pthreads bug or something.
Small updates to the fake elements.
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/elements/gstfakesrc.h
gst/elements/gstidentity.c
gst/elements/gstqueue.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstfakesrc.h
plugins/elements/gstidentity.c
plugins/elements/gstqueue.c