diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-03-22 15:52:51 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-03-22 15:52:51 +0000 |
commit | 8d8d278b9aec1df81fbc7c7cb3fe7aad999cb0d4 (patch) | |
tree | 1ba0c1f89db8c2aeac5da14b4fae22fe05494144 /ChangeLog | |
parent | dd4e39e60f8bd0061371b4727808969e4d69e4fc (diff) | |
download | gst-plugins-bad-8d8d278b9aec1df81fbc7c7cb3fe7aad999cb0d4.tar.gz gst-plugins-bad-8d8d278b9aec1df81fbc7c7cb3fe7aad999cb0d4.tar.bz2 gst-plugins-bad-8d8d278b9aec1df81fbc7c7cb3fe7aad999cb0d4.zip |
ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instead of bytes. This allows "wavpackenc ! wa...
Original commit message from CVS:
* 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.
* ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
Accept framed and non-framed input, wavpackparse doesn't care. To
prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
..." pipelines.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +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. + + * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init): + Accept framed and non-framed input, wavpackparse doesn't care. To + prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the + rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse ! + ..." pipelines. + 2007-03-22 Thomas Vander Stichele <thomas at apestaart dot org> * gst-libs/gst/app/Makefile.am: |