summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-09 10:58:01 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-09 10:58:01 +0000
commitc09870ede49467015adf62293b53d9d4a89feb26 (patch)
tree70cea37f320e900ec4668325835050421b2bd48f /ChangeLog
parent1f8d758f2742a624d97ec9a78d4499421fe9432b (diff)
tests/check/libs/controller.c: This test should return TRUE now as syncing an uncontrolled object will succeed now (t...
Original commit message from CVS: * 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).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f3d0c0b2d..98c1937b5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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).
+
2008-12-09 Stefan Kost <ensonic@users.sf.net>
* libs/gst/controller/gstcontroller.c:
@@ -9,7 +15,6 @@
* libs/gst/controller/gsthelper.c:
Fix return code and comment.
-
2008-12-09 Stefan Kost <ensonic@users.sf.net>