summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-05-02 17:08:09 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-05-02 17:08:09 +0000
commitb64fd034a58ad433ad489d2748a72abfc3ef0d6a (patch)
treeb72d6130bd02bdc47727f80a3da624435681e091 /ChangeLog
parent2c47f4d65806c2f48d724863ff8b4f0a0f9d9964 (diff)
ext/flac/gstflacdec.c: Correctly post an error on the bus if something went wrong in the loop function. This fixes a ...
Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_dec_loop): Correctly post an error on the bus if something went wrong in the loop function. This fixes a few cases where the task was paused and nothing happened anymore.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6807345..558841a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-02 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
+ Correctly post an error on the bus if something went wrong in the loop
+ function. This fixes a few cases where the task was paused and nothing
+ happened anymore.
+
2007-05-02 Wim Taymans <wim@fluendo.com>
* gst/rtsp/test.c: (main):