diff -r 567bb019e3e3 -r 7e817e7e631c gst_plugins_symbian/gst/devsound/gstdevsoundsrc.h --- 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; + };