diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2006-08-16 10:40:04 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-08-16 10:40:04 +0000 |
commit | f349fb381066e316a38e3a068cb287ce36684a5f (patch) | |
tree | 8d454c6eccd9a3243b2d29bd66a7cc7c6b5c6d8c /ChangeLog | |
parent | 058dec01f1356d6dbb0a2d3d053ed6558fa3504e (diff) | |
download | gst-plugins-bad-f349fb381066e316a38e3a068cb287ce36684a5f.tar.gz gst-plugins-bad-f349fb381066e316a38e3a068cb287ce36684a5f.tar.bz2 gst-plugins-bad-f349fb381066e316a38e3a068cb287ce36684a5f.zip |
ext/wavpack/: In push mode, re-sync to next wavpack header if sync is lost (#351557). Also use hyphens instead of und...
Original commit message from CVS:
Patch by: Sebastian Dröge <slomo at circular-chaos.org>
* ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
* ext/wavpack/gstwavpackparse.c:
(gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
In push mode, re-sync to next wavpack header if sync is lost
(#351557). Also use hyphens instead of underscores in
GObject property names.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,5 +1,18 @@ +2006-08-16 Tim-Philipp Müller <tim at centricular dot net> + + Patch by: Sebastian Dröge <slomo at circular-chaos.org> + + * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init): + * ext/wavpack/gstwavpackparse.c: + (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain): + In push mode, re-sync to next wavpack header if sync is lost + (#351557). Also use hyphens instead of underscores in + GObject property names. + 2006-08-15 Tim-Philipp Müller <tim at centricular dot net> + Patch by: Sebastian Dröge <slomo at circular-chaos.org> + * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init), (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types), (gst_wavpack_parse_src_query), @@ -10,8 +23,6 @@ (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate), (gst_wavpack_parse_sink_activate_pull): * ext/wavpack/gstwavpackparse.h: - Patch by: Sebastian Dröge <slomo at circular-chaos.org> - Make wavpackparse also work in push-mode (not seekable yet though); some small clean-ups along the way; add support for SEEKING query and query types function. (#351495). |