sys/: Use a mutex protected list to marshal navigation events into the stream thread...
authorJan Schmidt <thaytan@mad.scientist.com>
Tue, 15 Feb 2005 14:12:11 +0000 (14:12 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Tue, 15 Feb 2005 14:12:11 +0000 (14:12 +0000)
commit5472daddd91ce53a0fdea1c5dea4f1ae21dac4d9
tree28e67ed3eec1593c3f502ea73791173da9370162
parent0b26631a359a8c7a06dfbc047d6f7bf1b80750e2
sys/: Use a mutex protected list to marshal navigation events into the stream thread from whichever thread sends them.

Original commit message from CVS:
* sys/ximage/ximagesink.c: (gst_ximagesink_chain),
(gst_ximagesink_send_pending_navigation),
(gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
(gst_ximagesink_init):
* sys/ximage/ximagesink.h:
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
(gst_xvimagesink_send_pending_navigation),
(gst_xvimagesink_navigation_send_event),
(gst_xvimagesink_finalize), (gst_xvimagesink_init):
* sys/xvimage/xvimagesink.h:
Use a mutex protected list to marshal navigation
events into the stream thread from whichever thread
sends them.
ChangeLog