From 6510eef093ab1598b9c50c2b7e0c209fb2752742 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Tue, 25 Oct 2005 16:12:03 +0000 Subject: Over-writing Wim's gsm plugins (currently not working) with that from the farsight repo. Also made sure that they wor... Original commit message from CVS: Over-writing Wim's gsm plugins (currently not working) with that from the farsight repo. Also made sure that they work with the RTP (de)payloader. --- ext/gsm/gstgsmdec.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ext/gsm/gstgsmdec.h') diff --git a/ext/gsm/gstgsmdec.h b/ext/gsm/gstgsmdec.h index 4de6d9b6..b8767c74 100644 --- a/ext/gsm/gstgsmdec.h +++ b/ext/gsm/gstgsmdec.h @@ -1,5 +1,7 @@ -/* GStreamer - * Copyright (C) <1999> Erik Walthinsen +/* + * Farsight + * GStreamer GSM decoder (uses WAV49 compiled libgsm) + * Copyright (C) 2005 Philippe Khalaf * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -52,10 +54,8 @@ struct _GstGSMDec GstPad *sinkpad, *srcpad; gsm state; - gsm_byte buffer[33]; - gint bufsize; - GstClockTime next_ts; gint64 next_of; + GstClockTime next_ts; }; struct _GstGSMDecClass -- cgit v1.2.1