gstreamer vaapi problem
        Posted  
        
            by 
                squallbayu
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by squallbayu
        
        
        
        Published on 2010-10-15T04:26:01Z
        Indexed on 
            2011/01/11
            18:59 UTC
        
        
        Read the original article
        Hit count: 427
        
I installed gstreamer-vaapi from this PPA :
ppa:guido-iodice/video
sudo apt-get install gstreamer0.10-vaapi libgstvaapi-x11-0 libgstvaapi0
but, if I run totem movie player (via terminal) it's show this error :
(totem:3383): GLib-GObject-WARNING **: g_object_set_valist: object class 'TotemScrsaver' has no property named 'reason'
(totem:3383): GLib-GObject-WARNING **: value "10752000" of type 'guint' is invalid or out of range for property 'connection-speed' of type 'guint' libva: libva version 0.31.0 Xlib: extension "XFree86-DRI" missing on display ":0.0". libva: va_getDriverName() returns 0 libva: Trying to open /usr/lib/dri/nvidia_drv_video.so libva error: /usr/lib/dri/nvidia_drv_video.so init failed libva: va_openDriver() returns -1 Segmentation fault
It's seems I get wrong nvidia_drv_video.so. What should I do?
If I uninstall it, it's work fine, but I want to use this vaapi backend for my video decoding via GPU while I run gstreamer based apps.
PS :
I use Ubuntu Lucid 64bit and MSI CR 400 Notebook :
- Intel Core 2 Duo
- Nvidia 8200M
© Ask Ubuntu or respective owner