summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackdec.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-07-18 15:53:35 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-07-18 15:53:35 +0000
commit37fe4c9cc7eaa6afb62cb932f1f77917c3c66c73 (patch)
tree483bfb9018f676f77c63c510b42c4fd7fe2f1cf3 /ext/wavpack/gstwavpackdec.h
parent8dd45c0027604b6ff82807760da7a77da4e1b4b6 (diff)
downloadgst-plugins-bad-37fe4c9cc7eaa6afb62cb932f1f77917c3c66c73.tar.gz
gst-plugins-bad-37fe4c9cc7eaa6afb62cb932f1f77917c3c66c73.tar.bz2
gst-plugins-bad-37fe4c9cc7eaa6afb62cb932f1f77917c3c66c73.zip
ext/wavpack/gstwavpackdec.*: More clean-ups: remove most of the disfunctional correction pad stuff for now, if it eve...
Original commit message from CVS: * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init), (gst_wavpack_dec_class_init), (gst_wavpack_dec_init), (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples), (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state): * ext/wavpack/gstwavpackdec.h: More clean-ups: remove most of the disfunctional correction pad stuff for now, if it ever gets implemented a lot of stuff will have to be rewritten anyway; redo chain function, move errors to end, error out instead of g_assert()ing. Also rename overly long variable 'wavpackdec' to just 'dec'; miscellaneous other small stuff.
Diffstat (limited to 'ext/wavpack/gstwavpackdec.h')
-rw-r--r--ext/wavpack/gstwavpackdec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/wavpack/gstwavpackdec.h b/ext/wavpack/gstwavpackdec.h
index 7ab9699d..7a866ccb 100644
--- a/ext/wavpack/gstwavpackdec.h
+++ b/ext/wavpack/gstwavpackdec.h
@@ -48,7 +48,6 @@ struct _GstWavpackDec
{
GstElement element;
- /* GstPad *wvcsinkpad; */
GstPad *sinkpad;
GstPad *srcpad;
@@ -56,7 +55,6 @@ struct _GstWavpackDec
WavpackStreamReader *stream_reader;
read_id wv_id;
- /* read_id wvc_id; */
GstSegment segment; /* used for clipping, TIME format */