From 1fa83fa256d77b424fe7b06f1f31add71e845623 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 21 Jun 2002 08:00:13 +0000 Subject: [PATCH] Pass some required params to cothreads_init Original commit message from CVS: Pass some required params to cothreads_init --- gst/schedulers/cothreads_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/schedulers/cothreads_compat.h b/gst/schedulers/cothreads_compat.h index ae7e684..0ec30b1 100644 --- a/gst/schedulers/cothreads_compat.h +++ b/gst/schedulers/cothreads_compat.h @@ -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) \ -- 2.7.4