summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-05-02 15:13:04 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-05-02 15:13:04 +0000
commit405a00c2ce669d7d195ec54496605ba50f9f57c4 (patch)
tree4415b86b58be919834fb02629bdf258032cfb55d /ChangeLog
parente06c1bd2a40c9957377791fdb4003385dce34064 (diff)
downloadgst-plugins-bad-405a00c2ce669d7d195ec54496605ba50f9f57c4.tar.gz
gst-plugins-bad-405a00c2ce669d7d195ec54496605ba50f9f57c4.tar.bz2
gst-plugins-bad-405a00c2ce669d7d195ec54496605ba50f9f57c4.zip
ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loop function. Before it was easy to get th...
Original commit message from CVS: * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer), (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop), (gst_wavpack_parse_chain): Correctly handle errors, especially in the loop function. Before it was easy to get the task paused but no error being posted on the bus.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8478e835..169b9cd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-05-02 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
+ (gst_wavpack_parse_create_src_pad),
+ (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
+ (gst_wavpack_parse_chain):
+ Correctly handle errors, especially in the loop function. Before it
+ was easy to get the task paused but no error being posted on the bus.
+
2007-04-30 Wim Taymans <wim@fluendo.com>
* gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),