Re: [E-devel] Emotion not rendering

2012-01-19 Thread HariHara Sudhan
I have decided not to pursue this route. Threads are truly unsafe. For now I have given up on video playback with animations on top, in windows. Seems like a new backend is essential. Linux is no problem though. On Tue, Jan 17, 2012 at 8:16 AM, Carsten Haitzler wrote: > On Mon, 16 Jan 201

Re: [E-devel] Emotion not rendering

2012-01-19 Thread HariHara Sudhan
yes seems like that. Lots of work. On Mon, Jan 16, 2012 at 7:32 PM, Vincent Torri wrote: > On Mon, Jan 16, 2012 at 2:47 PM, HariHara Sudhan wrote: > > yes I mean gstreamer. Btw, eio is not installing on windows? > > i've not tried to port eio to Windows yet. I think that there is a bit > of work

Re: [E-devel] Emotion not rendering

2012-01-17 Thread The Rasterman
On Sun, 15 Jan 2012 15:02:58 +0100 Vincent Torri said: > On Sun, Jan 15, 2012 at 2:36 PM, HariHara Sudhan wrote: > > > FYI generic loaders don't install on windows. I tried. > > it's normal, shm_open is used (iirc) and there is no port of shm_open > yet on that platform actually thats up to

Re: [E-devel] Emotion not rendering

2012-01-16 Thread The Rasterman
On Mon, 16 Jan 2012 18:41:52 +0530 HariHara Sudhan said: > Well thanks. > > Yes I am loading several files from the file system. I will try eio and > then try moving each animation to individual threads. There are 6 > animations running on screen at any given time. EFL is not threadsafe. beware

Re: [E-devel] Emotion not rendering

2012-01-16 Thread Vincent Torri
On Mon, Jan 16, 2012 at 2:47 PM, HariHara Sudhan wrote: > yes I mean gstreamer. Btw, eio is not installing on windows? i've not tried to port eio to Windows yet. I think that there is a bit of work to make it working correctly. Vincent > > Have you seen this error before. I tried both the relea

Re: [E-devel] Emotion not rendering

2012-01-16 Thread HariHara Sudhan
yes I mean gstreamer. Btw, eio is not installing on windows? Have you seen this error before. I tried both the release and svn copies. eio_file.c:626:57: error: 'buf' undeclared (first use in this function) Am I overlooking anything? any dependencies other than standard libraries? On Mon

Re: [E-devel] Emotion not rendering

2012-01-16 Thread Vincent Torri
On Mon, Jan 16, 2012 at 2:10 PM, HariHara Sudhan wrote: > Well ok. Then emotion is the only option. I guess you mean gstreamer. Anyway, gstreamer backend should work on Windows. Vincent -- RSA(R) Conference 2012 Mar 27

Re: [E-devel] Emotion not rendering

2012-01-16 Thread HariHara Sudhan
Well thanks. Yes I am loading several files from the file system. I will try eio and then try moving each animation to individual threads. There are 6 animations running on screen at any given time. Thanks again. On Mon, Jan 16, 2012 at 12:31 AM, Cedric BAIL wrote: > On Sun, Jan 15, 2012 at

Re: [E-devel] Emotion not rendering

2012-01-16 Thread HariHara Sudhan
Well ok. Then emotion is the only option. Thanks. On Sun, Jan 15, 2012 at 7:32 PM, Vincent Torri wrote: > On Sun, Jan 15, 2012 at 2:36 PM, HariHara Sudhan wrote: > > > FYI generic loaders don't install on windows. I tried. > > it's normal, shm_open is used (iirc) and there is no port of shm_

Re: [E-devel] Emotion not rendering

2012-01-15 Thread Cedric BAIL
On Sun, Jan 15, 2012 at 2:36 PM, HariHara Sudhan wrote: > I tried a fresh install of mingw and gstreamer backend with base, good and > ffmpeg plugins > > and everything works. > > While clicking though there is a split second pause in video playback in > the background. Some animations run in the

Re: [E-devel] Emotion not rendering

2012-01-15 Thread Vincent Torri
On Sun, Jan 15, 2012 at 2:36 PM, HariHara Sudhan wrote: > FYI generic loaders don't install on windows. I tried. it's normal, shm_open is used (iirc) and there is no port of shm_open yet on that platform Vincent -- RS

Re: [E-devel] Emotion not rendering

2012-01-15 Thread HariHara Sudhan
Hi Cedric, I tried a fresh install of mingw and gstreamer backend with base, good and ffmpeg plugins and everything works. While clicking though there is a split second pause in video playback in the background. Some animations run in the foreground. Is there a way to fix this? Can we run separ

Re: [E-devel] Emotion not rendering

2012-01-15 Thread Cedric BAIL
On Thu, Jan 12, 2012 at 3:41 PM, Cedric BAIL wrote: > I will check if it work on Linux first, but I wont have the time until > saturday. Sorry for the delay. > > On Thu, Jan 12, 2012 at 3:35 PM, HariHara Sudhan wrote: >> Sorry, i forgot to mention that i'm working on windows. >> On Wed, Jan 11, 2

Re: [E-devel] Emotion not rendering

2012-01-12 Thread Cedric BAIL
I will check if it work on Linux first, but I wont have the time until saturday. Sorry for the delay. Regards, Cedric On Thu, Jan 12, 2012 at 3:35 PM, HariHara Sudhan wrote: > Sorry, i forgot to mention that i'm working on windows. > Thanks > > > On Wed, Jan 11, 2012 at 6:50 PM, HariHara Sudh

Re: [E-devel] Emotion not rendering

2012-01-12 Thread HariHara Sudhan
Sorry, i forgot to mention that i'm working on windows. Thanks On Wed, Jan 11, 2012 at 6:50 PM, HariHara Sudhan wrote: > Attached the test file. > Thanks. > > > On Wed, Jan 11, 2012 at 4:11 PM, Cedric BAIL wrote: > >> On Wed, Jan 11, 2012 at 11:29 AM, HariHara Sudhan wrote: >> > I'm playing a

Re: [E-devel] Emotion not rendering

2012-01-11 Thread HariHara Sudhan
Attached the test file. Thanks. On Wed, Jan 11, 2012 at 4:11 PM, Cedric BAIL wrote: > On Wed, Jan 11, 2012 at 11:29 AM, HariHara Sudhan wrote: > > I'm playing a background video, which is looping, and i'm adding a image > > and rotated it to 180 degree. > > And i've created a click callback on

Re: [E-devel] Emotion not rendering

2012-01-11 Thread Cedric BAIL
On Wed, Jan 11, 2012 at 11:29 AM, HariHara Sudhan wrote: > I'm playing a background video, which is looping, and i'm adding a image > and rotated it to 180 degree. > And i've created a click callback on video to make the rectangle move. > When i've move the rectangle and rotate it, the background

[E-devel] Emotion not rendering

2012-01-11 Thread HariHara Sudhan
I'm playing a background video, which is looping, and i'm adding a image and rotated it to 180 degree. And i've created a click callback on video to make the rectangle move. When i've move the rectangle and rotate it, the background video stops rendering, while the audio is playing fine. Both audio