Re: [E-devel] Using Emotion on elementary windows

2011-03-09 Thread The Rasterman
On Thu, 03 Mar 2011 18:16:05 +0100 Yassin said: i can't reproduce your problem. i've run another sample video player that uses emotion and plays several videos in a row (can hit button for next). valgrind complained about some decoder accessing uninitialized memory stuff - but nothing else. no cr

Re: [E-devel] Using Emotion on elementary windows

2011-03-03 Thread Yassin
Hello, i have always my problem : ( i have update the efl yesterday evening. and i have recompile my program : the code who have the seg fault : = ... static void played(void *data, Evas_Object *obj, void *event_info) { Evas_Obje

Re: [E-devel] Using Emotion on elementary windows

2011-02-28 Thread Yassin
Hello : i have update all efl : but i have the same segfault i have make a bt : for this code : http://pastebin.com/1P9H0spX the seg fault on line : 45 : "if (!emotion_object_file_set(ov, "video2.flv")) {" (gdb) bt #0 0xb7fe1416 in __kernel_vsyscall () #1 0xb7ccc941 in raise (sig=6) at .

Re: [E-devel] Using Emotion on elementary windows

2011-02-27 Thread The Rasterman
On Sat, 26 Feb 2011 10:57:55 +0100 Yassin said: > Hello, > i have two problem : > > i have make a programme who start a video with emotion on elementary > windows. > the goal is change the video when cliked the butons on the program. > The problem he is on my function played : > > First my eva

Re: [E-devel] Using Emotion on elementary windows

2011-02-26 Thread Vincent Torri
On Sat, 26 Feb 2011, Yassin wrote: Hello, i have two problem : i have make a programme who start a video with emotion on elementary windows. the goal is change the video when cliked the butons on the program. The problem he is on my function played : First my evas callback on my object butto

[E-devel] Using Emotion on elementary windows

2011-02-26 Thread Yassin
Hello, i have two problem : i have make a programme who start a video with emotion on elementary windows. the goal is change the video when cliked the butons on the program. The problem he is on my function played : First my evas callback on my object button : ===