summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-02-15 14:12:11 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-02-15 14:12:11 +0000
commit777ae17a7c2f7e55a6bafece6f968c55595950df (patch)
tree9b5de71d6caba459d1b3ddecfcaf8c3c82eadcb7
parent8bc146d759aedcb3e102840df978b296b667ced0 (diff)
downloadgst-plugins-bad-777ae17a7c2f7e55a6bafece6f968c55595950df.tar.gz
gst-plugins-bad-777ae17a7c2f7e55a6bafece6f968c55595950df.tar.bz2
gst-plugins-bad-777ae17a7c2f7e55a6bafece6f968c55595950df.zip
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.
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86673377..c74755a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * 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.
+
2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
* gst/speed/demo-mp3.c: (time_tick_cb), (main):