Pass some required params to cothreads_init
authorWim Taymans <wim.taymans@gmail.com>
Fri, 21 Jun 2002 08:00:13 +0000 (08:00 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 21 Jun 2002 08:00:13 +0000 (08:00 +0000)
Original commit message from CVS:
Pass some required params to cothreads_init

gst/schedulers/cothreads_compat.h

index ae7e684..0ec30b1 100644 (file)
@@ -90,7 +90,7 @@ typedef cothread cothread_context;
  */
 #define do_cothreads_init(x) G_STMT_START{     \
     if (!cothreads_initialized())      \
-      cothreads_init(x);       \
+      cothreads_init(0x0200000, 32);   \
   }G_STMT_END
 
 #define do_cothreads_stackquery(stack,size)    \