branch | trunk |
changeset 810 | fcf0bc36025a |
parent 807 | add4025ca678 |
child 826 | e0152712fd4f |
1.1 --- a/gmyth-stream/gmemcoder/src/gmencoder.c Thu Aug 16 14:46:11 2007 +0100 1.2 +++ b/gmyth-stream/gmemcoder/src/gmencoder.c Fri Aug 17 19:28:10 2007 +0100 1.3 @@ -655,7 +655,7 @@ 1.4 if (priv->timeout_id != 0) { 1.5 g_source_remove (priv->timeout_id); 1.6 } 1.7 - priv->timeout_id = g_timeout_add(GMENCODER_TIMEOUT, _process_timeout_cb, self); 1.8 + //priv->timeout_id = g_timeout_add(GMENCODER_TIMEOUT, _process_timeout_cb, self); 1.9 } 1.10 1.11 void