summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2004-06-27 19:02:29 +0000
committerJulien Moutte <julien@moutte.net>2004-06-27 19:02:29 +0000
commit2dd5a8e3013453adead2f8ad9ae28e2086972a55 (patch)
tree5ee93c3b7257716d2465d5c39abd305b1a630e94
parent0d451db04dd80447a3f391806977269751e61f94 (diff)
downloadgst-plugins-bad-2dd5a8e3013453adead2f8ad9ae28e2086972a55.tar.gz
gst-plugins-bad-2dd5a8e3013453adead2f8ad9ae28e2086972a55.tar.bz2
gst-plugins-bad-2dd5a8e3013453adead2f8ad9ae28e2086972a55.zip
sys/: I prefer locking the mutex in the function directly. We might want to call it from somewhere else one day.
Original commit message from CVS: 2004-06-27 Julien Moutte <julien@moutte.net> * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate), (gst_ximagesink_xwindow_new): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the function directly. We might want to call it from somewhere else one day.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8411ea18..bf55316a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,14 @@
* sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
(gst_ximagesink_xwindow_new):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
+ (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
+ function directly. We might want to call it from somewhere else one day.
+
+2004-06-27 Julien Moutte <julien@moutte.net>
+
+ * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
+ (gst_ximagesink_xwindow_new):
+ * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
(gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
window decorations.