summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2006-12-16 16:21:26 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-12-16 16:21:26 +0000
commite2f1b66fb2f73b8f5cdbc79127e986ad5ef4c889 (patch)
tree7d0a0224856aa70bafbae5e602e98c2ecba74555 /ChangeLog
parent40d3caa168778763160024381903c1887b6605ae (diff)
gst/videomixer/videomixer.c: Introduce some locking around the videomixer state so that it does not crash when adding...
Original commit message from CVS: Patch by: Sjoerd Simons <sjoerd at luon dot net> * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property), (gst_videomixer_set_master_geometry), (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free), (gst_videomixer_reset), (gst_videomixer_init), (gst_videomixer_finalize), (gst_videomixer_request_new_pad), (gst_videomixer_release_pad), (gst_videomixer_collected), (gst_videomixer_change_state): Introduce some locking around the videomixer state so that it does not crash when adding/removing pads. Fixes #383043.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a89cbe6e..e65e7759 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2006-12-16 Wim Taymans <wim@fluendo.com>
+
+ Patch by: Sjoerd Simons <sjoerd at luon dot net>
+
+ * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
+ (gst_videomixer_set_master_geometry),
+ (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
+ (gst_videomixer_reset), (gst_videomixer_init),
+ (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
+ (gst_videomixer_release_pad), (gst_videomixer_collected),
+ (gst_videomixer_change_state):
+ Introduce some locking around the videomixer state so that it does not
+ crash when adding/removing pads. Fixes #383043.
+
2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
* configure.ac: