From fc8b3f18bf4195b6043de436acda902bc138e0af Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 19 Sep 2006 10:10:12 +0000 Subject: ext/gsm/gstgsmdec.*: Handle WAV49 variant (GSM in WAV). Original commit message from CVS: * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event), (gst_gsmdec_chain): * ext/gsm/gstgsmdec.h: Handle WAV49 variant (GSM in WAV). Some small cleanups. --- ext/gsm/gstgsmdec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/gsm/gstgsmdec.h') diff --git a/ext/gsm/gstgsmdec.h b/ext/gsm/gstgsmdec.h index eb790ced..cc633d86 100644 --- a/ext/gsm/gstgsmdec.h +++ b/ext/gsm/gstgsmdec.h @@ -53,6 +53,7 @@ struct _GstGSMDec GstPad *sinkpad, *srcpad; gsm state; + gint use_wav49; gint64 next_of; GstClockTime next_ts; -- cgit v1.2.1