gst_plugins_symbian/gst/devsound/gstdevsoundsrc.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gst_plugins_symbian/gst/devsound/gstdevsoundsrc.h	Tue Aug 31 15:30:33 2010 +0300
+++ b/gst_plugins_symbian/gst/devsound/gstdevsoundsrc.h	Wed Sep 01 12:16:41 2010 +0100
@@ -54,13 +54,6 @@
 gboolean  priorityupdate;
 };
 
-typedef enum
-{
-    kUnInitialized = -1,
-    kPausedToPlaying,
-    kPlayBufferPreRoll,
-    kPlayed
-} ;
 struct _GstDevsoundSrc {
     GstPushSrc    src;
 
@@ -84,7 +77,6 @@
   gint   samplesrecorded; 
   GList*  fmt;
   GList*  supportedbitrates;
-  gboolean eosreceived;
   
   guint speechbitrate;
   gboolean speechvadmode;
@@ -93,8 +85,7 @@
   gboolean g729vadmode;
   gint ilbcencodemode;
   gboolean ilbcvadmode;
-  gint firstTimeInit;
-  guint prevbuffersize;
+
   
 };