gstreamer/ext/wavpack
Sebastian Dröge 4f1ddeddba ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc struct directly and not as a pointer to sav...
Original commit message from CVS:
* ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
(gst_wavpack_enc_init), (gst_wavpack_enc_chain),
(gst_wavpack_enc_rewrite_first_block):
* ext/wavpack/gstwavpackenc.h:
Put the write helpers into the GstWavpackEnc struct directly and not
as a pointer to save two small, but useless mallocs. This also makes
it possible to drop the finalize method.
* ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
buffers the same way wavpackenc does it.
2007-03-22 00:17:41 +00:00
..
gstwavpack.c ext/wavpack/: Use a general wavpack debug category for common code. 2007-03-07 12:07:07 +00:00
gstwavpackcommon.c ext/wavpack/: Use a general wavpack debug category for common code. 2007-03-07 12:07:07 +00:00
gstwavpackcommon.h configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary. 2006-07-18 14:08:06 +00:00
gstwavpackdec.c ext/wavpack/gstwavpackdec.c: Don't use gst_pad_alloc_buffer() as we might clip the buffer later and 2007-03-21 23:50:09 +00:00
gstwavpackdec.h Add docs for wavpack elements (#352476). 2006-08-23 08:52:50 +00:00
gstwavpackenc.c ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc struct directly and not as a pointer to sav... 2007-03-22 00:17:41 +00:00
gstwavpackenc.h ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc struct directly and not as a pointer to sav... 2007-03-22 00:17:41 +00:00
gstwavpackparse.c ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc struct directly and not as a pointer to sav... 2007-03-22 00:17:41 +00:00
gstwavpackparse.h Add docs for wavpack elements (#352476). 2006-08-23 08:52:50 +00:00
gstwavpackstreamreader.c ext/wavpack/: Use a general wavpack debug category for common code. 2007-03-07 12:07:07 +00:00
gstwavpackstreamreader.h configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary. 2006-07-18 14:08:06 +00:00
Makefile.am Fix build with LDFLAGS='-Wl,-z,defs'. 2007-02-24 22:52:48 +00:00
md5.c ext/wavpack/: Add wavpack encoder element (#343131). 2006-06-10 15:33:18 +00:00
md5.h ext/wavpack/: Add wavpack encoder element (#343131). 2006-06-10 15:33:18 +00:00