ext/wavpack/: Use a general wavpack debug category for common code.
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 7 Mar 2007 12:07:07 +0000 (12:07 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 7 Mar 2007 12:07:07 +0000 (12:07 +0000)
commite38f3766a11a11089d9dced188787e8b08cec30a
treec17e9446f680e8f349f0cea8777df52d3f9616f7
parent816404ac4167846a959beea145f24fc2622cb983
ext/wavpack/: Use a general wavpack debug category for common code.

Original commit message from CVS:
* ext/wavpack/gstwavpack.c: (plugin_init):
* ext/wavpack/gstwavpackcommon.c:
Use a general wavpack debug category for common code.
* ext/wavpack/gstwavpackstreamreader.c:
(gst_wavpack_stream_reader_set_pos_abs),
(gst_wavpack_stream_reader_set_pos_rel),
(gst_wavpack_stream_reader_write_bytes):
Use the general wavpack debug category here too and add debug
output to the functions that should not be called at all by
the wavpack library.
* ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
* ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
* ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
Change debugging category names to conform to the conventions.
ext/wavpack/gstwavpack.c
ext/wavpack/gstwavpackcommon.c
ext/wavpack/gstwavpackdec.c
ext/wavpack/gstwavpackenc.c
ext/wavpack/gstwavpackparse.c
ext/wavpack/gstwavpackstreamreader.c