From b891ea8e813463c9e54113c3c02e8c8ffb3d2f9a Mon Sep 17 00:00:00 2001 From: kapil Date: Mon, 31 Mar 2008 16:24:42 +0000 Subject: ext/gsm/gstgsmdec.*: Increase the allowed samplerates for the ms-gsm format. Original commit message from CVS: Patch by: kapil * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps), (gst_gsmdec_chain): * ext/gsm/gstgsmdec.h: Increase the allowed samplerates for the ms-gsm format. Fixes #481354. --- ext/gsm/gstgsmdec.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/gsm/gstgsmdec.h') diff --git a/ext/gsm/gstgsmdec.h b/ext/gsm/gstgsmdec.h index cc633d86a..0013aa47e 100644 --- a/ext/gsm/gstgsmdec.h +++ b/ext/gsm/gstgsmdec.h @@ -60,6 +60,10 @@ struct _GstGSMDec GstAdapter *adapter; GstSegment segment; + + gint rate; + + GstClockTime duration; }; struct _GstGSMDecClass -- cgit v1.2.1