diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2006-08-18 21:39:00 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-08-18 21:39:00 +0000 |
commit | 609053dae077abd02c58f291bb45a7a54480b38d (patch) | |
tree | c79a3c1161a4521e8f8f0bf08b02ed101421a6dc /ChangeLog | |
parent | 4fb8a95581896e747efb6d6d8c9fa778670ec637 (diff) | |
download | gst-plugins-bad-609053dae077abd02c58f291bb45a7a54480b38d.tar.gz gst-plugins-bad-609053dae077abd02c58f291bb45a7a54480b38d.tar.bz2 gst-plugins-bad-609053dae077abd02c58f291bb45a7a54480b38d.zip |
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).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2006-08-18 Tim-Philipp Müller <tim at centricular dot net> + + 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). + 2006-08-16 Tim-Philipp Müller <tim at centricular dot net> Patch by: Sebastian Dröge <slomo at circular-chaos.org> |