ext/wavpack/gstwavpackparse.c: Fix resyncing in push mode not stopping re-syncing...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 18 Aug 2006 21:39:00 +0000 (21:39 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 18 Aug 2006 21:39:00 +0000 (21:39 +0000)
commit609053dae077abd02c58f291bb45a7a54480b38d
treec79a3c1161a4521e8f8f0bf08b02ed101421a6dc
parent4fb8a95581896e747efb6d6d8c9fa778670ec637
ext/wavpack/gstwavpackparse.c: Fix resyncing in push mode not stopping re-syncing at embedded zeroes; skip garbage be...

Original commit message from CVS:
Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
* ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
(gst_wavpack_parse_get_upstream_length),
(gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
(gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
Fix resyncing in push mode not stopping re-syncing at embedded
zeroes; skip garbage between frames in pull mode as well if
necessary; use gst_pad_query_peer_duration(); push EOS and
NEWSEGMENT event in right direction (#351659).
ChangeLog
ext/wavpack/gstwavpackparse.c