Hi, thanks for you quick reply, but it didn't fix the problem. I also
added g_thread_init(). (There was gst_init before).

So now it starts:
  g_thread_init(NULL);
  clutter_init (&argc, &argv);
  clutter_threads_init();

  GMainLoop *loop= g_main_loop_new (NULL, FALSE);
  ClutterActor     *stage;
...

I changed the longer testing wav, so it doesn't have any silence part.

Updated  package in: http://cc.oulu.fi/~rantalai/clutter_gnonlin_bug.tar.gz

-Aapo Rantalainen

2009/11/13 Bastian Winkler <[email protected]>:
> Hi,
>
> calling clutter_threads_init() right before clutter_init() should fix
> it.
>
> :wq buz
>
> On Fri, Nov 13, 2009 at 10:05:20AM +0200, Aapo Rantalainen wrote:
>> Hi, I have problem with clutter1.0.6 behaviours and
>> gstreamer-gnonlinear-plugin. I think I'm using gnonlinear proper way,
>> because it works. If I add clutter and clutter_actor it still works.
>> When I add clutter_behavour, application doesn't work anymore.
>>
>> Application:
>> I'm playing two different length wav-clip starting on same time.
>>
>> Expected:
>> Shorter ends and another continues playing.
>>
>> What happens:
>> When shorter ends, there are silence moment (cap). Sometimes it is
>> short, sometimes long, and sometimes there are many caps.
>>
>> I made simples version which triggers this bug and it is easy to
>> reproduce, you can download it from here (1.5M):
>> http://cc.oulu.fi/~rantalai/clutter_gnonlin_bug.tar.gz
>>
>> You need gstreamer0.10-gnonlin to run it.
>>
>> make
>> ./works.sh
>> /trigger_bug.sh
>>
-- 
To unsubscribe send a mail to [email protected]

Reply via email to