From 8d8d278b9aec1df81fbc7c7cb3fe7aad999cb0d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 22 Mar 2007 15:52:51 +0000 Subject: 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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e8ff0874..27551c81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-03-22 Sebastian Dröge + + * 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 * gst-libs/gst/app/Makefile.am: -- cgit v1.2.1