diff -r add4025ca678 -r e711a64ba03d gmyth-stream/gmemcoder/src/gmencoder.c --- a/gmyth-stream/gmemcoder/src/gmencoder.c Thu Aug 16 14:46:11 2007 +0100 +++ b/gmyth-stream/gmemcoder/src/gmencoder.c Thu Aug 23 20:24:11 2007 +0100 @@ -655,7 +655,7 @@ if (priv->timeout_id != 0) { g_source_remove (priv->timeout_id); } - priv->timeout_id = g_timeout_add(GMENCODER_TIMEOUT, _process_timeout_cb, self); + //priv->timeout_id = g_timeout_add(GMENCODER_TIMEOUT, _process_timeout_cb, self); } void