summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-09 14:46:24 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-09 14:46:24 +0000
commit4e0529af2502d6f496119763c2921867f46c82ff (patch)
treebc997cd064dfdf1caccbb86f1ab8a57f42af4b3c /ChangeLog
parentc09870ede49467015adf62293b53d9d4a89feb26 (diff)
libs/gst/check/gstcheck.c: Revert accidentially commited patch for bug #404631 which tries to print a backtrace if a ...
Original commit message from CVS: * libs/gst/check/gstcheck.c: (gst_check_init): Revert accidentially commited patch for bug #404631 which tries to print a backtrace if a testcase is terminated by a signal. This code was never activated as the corresponding configure.ac change wasn't committed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98c1937b5..5db745b98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * libs/gst/check/gstcheck.c: (gst_check_init):
+ Revert accidentially commited patch for bug #404631 which
+ tries to print a backtrace if a testcase is terminated by
+ a signal. This code was never activated as the corresponding
+ configure.ac change wasn't committed.
+
+2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* tests/check/libs/controller.c: (GST_START_TEST):
This test should return TRUE now as syncing an uncontrolled
object will succeed now (there's nothing to sync).