# HG changeset patch # User renatofilho # Date 1187375290 -3600 # Node ID fcf0bc36025a761bb0fe9a62e0e45e4dd12b85d7 # Parent ec0a31edf362675f2c06a8562ecb41e1aa3d8375 [svn r816] bug fixes diff -r ec0a31edf362 -r fcf0bc36025a gmyth-stream/gmemcoder/src/gmencoder.c --- a/gmyth-stream/gmemcoder/src/gmencoder.c Thu Aug 16 15:48:57 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