diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-03-22 16:25:56 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-03-22 16:25:56 +0000 |
commit | dd18cbc2a3dba89e4f4fe5a34e781fbd3e5bad8f (patch) | |
tree | a4dcb1d273a719101dd45eb6fea522f16aa3e2f3 /ChangeLog | |
parent | 8d8d278b9aec1df81fbc7c7cb3fe7aad999cb0d4 (diff) | |
download | gst-plugins-bad-dd18cbc2a3dba89e4f4fe5a34e781fbd3e5bad8f.tar.gz gst-plugins-bad-dd18cbc2a3dba89e4f4fe5a34e781fbd3e5bad8f.tar.bz2 gst-plugins-bad-dd18cbc2a3dba89e4f4fe5a34e781fbd3e5bad8f.zip |
ext/wavpack/gstwavpackparse.c: Revert last commit, preventing infinite plugging loops with ranks is no clean solution...
Original commit message from CVS:
* ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
Revert last commit, preventing infinite plugging loops with ranks
is no clean solution and in general there's no reason why one wants
to parse framed wavpack data again.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-03-22 Sebastian Dröge <slomo@circular-chaos.org> + * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init): + Revert last commit, preventing infinite plugging loops with ranks + is no clean solution and in general there's no reason why one wants + to parse framed wavpack data again. + +2007-03-22 Sebastian Dröge <slomo@circular-chaos.org> + * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block): Send the new segment event in time format instead of bytes. This allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines. |