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)
commit611b2dd11bf676b7d6656d53764076152da8ddc3
treeebb2b5de3f23165f878185a6f3142c0781a6bcbc
parent8938587f172c868b1a3dea86ff2a0bad9d4b1bcd
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).
ext/wavpack/gstwavpackparse.c