Re: [Intel-gfx] Crash in Gstreamer Vaapi Application for playing multiple videos

2011-02-25 Thread Xiang, Haihao
The issue on my box with libva-1.0.7 libva: libva version 0.31.1 libva: va_getDriverName() returns 0 libva: Trying to open /opt/X11R7/lib/dri/i965_drv_video.so libva: va_openDriver() returns 0 [New Thread 0xaeafeb70 (LWP 12165)] [Thread 0xb4afeb70 (LWP 12151) exited] Program received signal SIGSE

Re: [Intel-gfx] Crash in Gstreamer Vaapi Application for playing multiple videos

2011-02-24 Thread Jyotsana
Hi, Could you please share the log of the crash. Not sure what is the problem at my end. :-( Could you suggest something I can try? Thanks, Jyotsana. Xiang, Haihao wrote: On Thu, 2011-02-24 at 17:28 +0800, Jyotsana wrote: Hi, Thats's great. But I am not sure why it doesn't play at my en

Re: [Intel-gfx] Crash in Gstreamer Vaapi Application for playing multiple videos

2011-02-24 Thread Xiang, Haihao
On Thu, 2011-02-24 at 17:28 +0800, Jyotsana wrote: > Hi, > > Thats's great. But I am not sure why it doesn't play at my end. > Which platform are you running on? Sandybridge > And for the segfault does the file run till the EOS and then crashes or > somewhere in the middle? It crashes in the mi

Re: [Intel-gfx] Crash in Gstreamer Vaapi Application for playing multiple videos

2011-02-24 Thread Jyotsana
Hi, Thats's great. But I am not sure why it doesn't play at my end. Which platform are you running on? And for the segfault does the file run till the EOS and then crashes or somewhere in the middle? Thanks, Jyotsana. Xiang, Haihao wrote: One reason of the sample not receiving 'prepare-xwindo

Re: [Intel-gfx] Crash in Gstreamer Vaapi Application for playing multiple videos

2011-02-23 Thread Jyotsana
Hi, One reason of the sample not receiving 'prepare-xwindow-id' message could be if the file is not present in the same path as the executable. The 'Filename' variable should be changed accordingly if it is not. Could you tell me the format of your file and the type of video codec present in t

Re: [Intel-gfx] Crash in Gstreamer Vaapi Application for playing multiple videos

2011-02-23 Thread Xiang, Haihao
Hi, I tried to reproduce the issue with your sample code but failed. No window is created even with single video file. With gdb's help, I found the sample doesn't receive 'prepare-xwindow-id' message. After building the sample code ( I modified the variable 'Filename'), I directly run MultiV

[Intel-gfx] Crash in Gstreamer Vaapi Application for playing multiple videos

2011-02-23 Thread Jyotsana
Hi, I am trying to play multiple videos simultaneously using GStreamer(vaapidecode and vaapisink plugins) and libVA-1.0.7. In the sample application I am creating multiple windows using "XCreateWindow" and passing the generated window ID to vaapisink. There are two problems I am facing: 1. Th