diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-05-02 15:13:04 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-05-02 15:13:04 +0000 |
commit | 405a00c2ce669d7d195ec54496605ba50f9f57c4 (patch) | |
tree | 4415b86b58be919834fb02629bdf258032cfb55d /ChangeLog | |
parent | e06c1bd2a40c9957377791fdb4003385dce34064 (diff) | |
download | gst-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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), |