Re: [clutter] gst-0.9 example + text actor : bug?

2009-05-20 Thread Murray Cumming
On Mon, 2009-05-18 at 18:45 +0300, Aarto Matti wrote: ClutterActor *test_actor = clutter_text_new_full (Sans 14, argv[1], control_color2); + clutter_container_add_actor(CLUTTER_CONTAINER (stage), *test_actor You are derefencing your ClutterActor* to pass it by value. That should not compile,

[clutter] gst-0.9 example + text actor : bug?

2009-05-18 Thread Aarto Matti
Hello, I've pulled latest bleeding clutter and clutter-gst from git. I was tearing my hair what was wrong with my code for long. I have shortened the scope up to cutter-gst/examples/video-player.c and watch this. Basically I add the following two lines lines: clutter_media_set_playing