From 405a00c2ce669d7d195ec54496605ba50f9f57c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 2 May 2007 15:13:04 +0000 Subject: 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8478e835..169b9cd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-05-02 Sebastian Dröge + + * 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 * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads), -- cgit v1.2.1