From 37fe4c9cc7eaa6afb62cb932f1f77917c3c66c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 18 Jul 2006 15:53:35 +0000 Subject: 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. --- ext/wavpack/gstwavpackdec.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/wavpack/gstwavpackdec.h') 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 */ -- cgit v1.2.1