[svn r816] bug fixes trunk
authorrenatofilho
Fri Aug 17 19:28:10 2007 +0100 (2007-08-17)
branchtrunk
changeset 810fcf0bc36025a
parent 809 ec0a31edf362
child 811 69aba3b6b7b3
[svn r816] bug fixes
gmyth-stream/gmemcoder/src/gmencoder.c
     1.1 --- a/gmyth-stream/gmemcoder/src/gmencoder.c	Thu Aug 16 15:48:57 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