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/gstgsmenc.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'ext/gsm/gstgsmenc.h') diff --git a/ext/gsm/gstgsmenc.h b/ext/gsm/gstgsmenc.h index a5f1f87e..af30c80c 100644 --- a/ext/gsm/gstgsmenc.h +++ b/ext/gsm/gstgsmenc.h @@ -21,6 +21,7 @@ #define __GST_GSMENC_H__ #include +#include #ifdef GSM_HEADER_IN_SUBDIR #include @@ -50,10 +51,9 @@ struct _GstGSMEnc /* pads */ GstPad *sinkpad, *srcpad; + GstAdapter *adapter; gsm state; - gsm_signal buffer[160]; - gint bufsize; GstClockTime next_ts; gboolean firstBuf; }; @@ -61,9 +61,6 @@ struct _GstGSMEnc struct _GstGSMEncClass { GstElementClass parent_class; - - /* signals */ - void (*frame_encoded) (GstElement * element); }; GType gst_gsmenc_get_type (void); -- cgit v1.2.1