summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-07-30 14:41:30 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-07-30 14:50:24 +0100
commit8834f6272cdb06c96ab42010c20f865b9950bd07 (patch)
treee52f9973ac6643ab969313ce02619da5298fe2f6 /ChangeLog
parentcfb22080e28236802018868e4f40d46b57560c39 (diff)
0.10.24.5 pre-release
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog105
1 files changed, 105 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29402c421a..411d1b793e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,108 @@
+2009-07-30 14:41:30 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * configure.ac:
+ * po/af.po:
+ * po/az.po:
+ * po/be.po:
+ * po/bg.po:
+ * po/ca.po:
+ * po/cs.po:
+ * po/da.po:
+ * po/de.po:
+ * po/en_GB.po:
+ * po/es.po:
+ * po/fi.po:
+ * po/fr.po:
+ * po/hu.po:
+ * po/id.po:
+ * po/it.po:
+ * po/ja.po:
+ * po/nb.po:
+ * po/nl.po:
+ * po/pl.po:
+ * po/pt_BR.po:
+ * po/ru.po:
+ * po/sk.po:
+ * po/sq.po:
+ * po/sr.po:
+ * po/sv.po:
+ * po/tr.po:
+ * po/uk.po:
+ * po/vi.po:
+ * po/zh_CN.po:
+ * po/zh_TW.po:
+ 0.10.24.5 pre-release
+
+2009-07-28 21:15:52 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * libs/gst/base/gstcollectpads.c:
+ collectpads: Get the flushing state with the object lock taken.
+ Fixes #590056
+
+2009-07-28 21:14:11 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * libs/gst/base/gstcollectpads.c:
+ collectpads: Make sure the CollectData list is up-to-date when reading/setting it
+ Without this, we risked:
+ * Checking the flushing state on an unexisting list
+ * Not setting the flushing state on pads that had just been added
+ Partially fixes #590056
+
+2009-07-28 21:12:25 +0200 Edward Hervey <bilboed@bilboed.com>
+
+ * libs/gst/base/gstcollectpads.c:
+ collectpads: Split out _check_pads into a version without lock taking.
+ This is so we can use _check_pads in places where we've already taken
+ the lock in question.
+ Partially fixes #590056
+
+2009-07-28 15:23:15 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * docs/libs/gstreamer-libs-sections.txt:
+ * libs/gst/check/gstconsistencychecker.c:
+ * libs/gst/check/gstconsistencychecker.h:
+ check: make new GstStreamConsistency structure private
+ There's no need to have GstStreamConsistency in a public header for
+ the time being, so make it private. While we're at it, add a gtk-doc
+ blurb for it though. Re-fixes #588744.
+
+2009-07-24 13:50:19 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * ChangeLog:
+ * configure.ac:
+ * po/af.po:
+ * po/az.po:
+ * po/be.po:
+ * po/bg.po:
+ * po/ca.po:
+ * po/cs.po:
+ * po/da.po:
+ * po/de.po:
+ * po/en_GB.po:
+ * po/es.po:
+ * po/fi.po:
+ * po/fr.po:
+ * po/hu.po:
+ * po/id.po:
+ * po/it.po:
+ * po/ja.po:
+ * po/nb.po:
+ * po/nl.po:
+ * po/pl.po:
+ * po/pt_BR.po:
+ * po/ru.po:
+ * po/rw.po:
+ * po/sk.po:
+ * po/sq.po:
+ * po/sr.po:
+ * po/sv.po:
+ * po/tr.po:
+ * po/uk.po:
+ * po/vi.po:
+ * po/zh_CN.po:
+ * po/zh_TW.po:
+ 0.10.23.4 pre-release
+
2009-07-24 09:50:19 +0100 Robin Stocker <robin@nibor.org>
* libs/gst/base/gstbasesrc.c: