ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instead of...
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 22 Mar 2007 15:52:51 +0000 (15:52 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 22 Mar 2007 15:52:51 +0000 (15:52 +0000)
commit8d8d278b9aec1df81fbc7c7cb3fe7aad999cb0d4
tree1ba0c1f89db8c2aeac5da14b4fae22fe05494144
parentdd4e39e60f8bd0061371b4727808969e4d69e4fc
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.
ChangeLog
ext/wavpack/gstwavpackenc.c
ext/wavpack/gstwavpackparse.c