diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-07-18 15:53:35 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-07-18 15:53:35 +0000 |
commit | 705d43314d8f07dcbcade3a578f9fa6b385d5abd (patch) | |
tree | 3665e12df0a568bfde1f5527c09b554011a3491b /ext/wavpack/gstwavpackdec.h | |
parent | 72bc1ba4ba1d799bf0439f834ef77f8a582a2929 (diff) |
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.h | 2 |
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 */ |