diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-03-07 12:07:07 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-03-07 12:07:07 +0000 |
commit | 49e29a2716904ce50c1db8b561801f2b87378821 (patch) | |
tree | 3b3584490ee7137e67c4e1cd75c8c40f4b50bd91 /ChangeLog | |
parent | b4447e0c7a465939948fcac760874ef79547ea7e (diff) | |
download | gst-plugins-bad-49e29a2716904ce50c1db8b561801f2b87378821.tar.gz gst-plugins-bad-49e29a2716904ce50c1db8b561801f2b87378821.tar.bz2 gst-plugins-bad-49e29a2716904ce50c1db8b561801f2b87378821.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2007-03-07 Sebastian Dröge <slomo@circular-chaos.org> + + * 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. + 2007-03-07 Edward Hervey <edward@fluendo.com> * gst/qtdemux/qtdemux.c: |