From: <ren...@us...> - 2007-08-17 18:38:02
|
Revision: 816 http://gmyth.svn.sourceforge.net/gmyth/?rev=816&view=rev Author: renatofilho Date: 2007-08-17 11:28:10 -0700 (Fri, 17 Aug 2007) Log Message: ----------- bug fixes Modified Paths: -------------- trunk/gmyth-stream/gmemcoder/src/gmencoder.c Modified: trunk/gmyth-stream/gmemcoder/src/gmencoder.c =================================================================== --- trunk/gmyth-stream/gmemcoder/src/gmencoder.c 2007-08-16 14:48:57 UTC (rev 815) +++ trunk/gmyth-stream/gmemcoder/src/gmencoder.c 2007-08-17 18:28:10 UTC (rev 816) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |