diff options
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: |