diff -r add4025ca678 -r fcf0bc36025a 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 Fri Aug 17 19:28:10 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