summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-20 15:45:42 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-20 15:45:42 +0000
commit440b1e419a854133b31375ea70af372dad50d781 (patch)
tree19b2940fa591c38dbd5945b17da2c44b329f8f2e /ChangeLog
parent2f4fc557f1781bb7d7aca5003ef2ce310c294b23 (diff)
remove the sync property from fakesink.
Original commit message from CVS: * check/gst/gstevent.c: * gst/elements/gstfakesink.c: * gst/elements/gstfakesink.h: remove the sync property from fakesink. has the side effect of setting sync TRUE for fakesink, which is a change. Anyone who knows how to fix this nicely in a GObject-y way, feel free.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e8540c54..82a219d2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,24 @@
+2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * check/gst/gstevent.c:
+ * gst/elements/gstfakesink.c:
+ * gst/elements/gstfakesink.h:
+ remove the sync property from fakesink.
+ has the side effect of setting sync TRUE
+ for fakesink, which is a change. Anyone who knows how
+ to fix this nicely in a GObject-y way, feel free.
+
2005-09-20 Stefan Kost <ensonic@users.sf.net>
* docs/gst/gstreamer-docs.sgml:
- remove probe refsection
+ remove probe refsection
2005-09-20 Stefan Kost <ensonic@users.sf.net>
* check/Makefile.am:
- disable valgrinding the controller test again
+ disable valgrinding the controller test again
* docs/gst/gstreamer-sections.txt:
- update for api-changes
+ update for api-changes
2005-09-20 Wim Taymans <wim@fluendo.com>