ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loop functi...
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 2 May 2007 15:13:04 +0000 (15:13 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 2 May 2007 15:13:04 +0000 (15:13 +0000)
commit8a0d262daffc4ffa5f00a98b44c076d482658998
treeee7c908edbf425f5cadf9381b5f9039e21d6a519
parent8281f6c0544a3ef2b474a001f11348f9389a7f07
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.
ext/wavpack/gstwavpackparse.c