summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2008-12-10 15:19:45 +0000
committerPeter Kjellerstedt <pkj@axis.com>2008-12-10 15:19:45 +0000
commit8b4dfd5a071427c0e09412503bc17154efbfe247 (patch)
tree24077a53d58f4049fe727ce44078b19205730498 /ChangeLog
parent4a19260c75dd30fbbbf2325931cfd155d4fdd183 (diff)
libs/gst/check/gstcheck.h: Allow check tests to use
Original commit message from CVS: * libs/gst/check/gstcheck.h: Allow check tests to use MAIN_START_THREADS()/MAIN_STOP_THREADS() multiple times. Also allows CK_FORK=no to be used with multiple check test that use threads.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e26b04464..51f90e739 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-10 Peter Kjellerstedt <pkj@axis.com>
+
+ * libs/gst/check/gstcheck.h: Allow check tests to use
+ MAIN_START_THREADS()/MAIN_STOP_THREADS() multiple times. Also allows
+ CK_FORK=no to be used with multiple check test that use threads.
+
2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/gstutils.c: (gst_element_get_compatible_pad):