Hi,
I'm using OMAP4460, and trying to use gst ducati plugins for video playback.
My pipeline looks like,
# gst-launch-0.10 filesrc location= /home/waka.mp4 ! qtdemux name=demux demux.a
udio_00 ! decodebin ! alsasink device=plughw:0,8 demux.video_00 ! decodebin2 !
ximagesink
After adding logs at various points in libdce and libdri2, I was able to get this.
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Have X11
libdce-x11.c:64: dce_auth_x11 info: attempting to open X11 connection
DRI2QueryExtension: eventBase=73, errorBase=0
DRI2QueryVersion: major=0, minor=0
_rep.driverNameLength = 0, rep.deviceNameLength = 0
libdce.c:448: init info: no X11/wayland, fallback to opening DRM device directly
libdce.c:460: init error: could not get plugin ioctl base: -22
I'm NOT using Ubuntu. I'm building all the drivers, libraries and binaries using buildroot and the linux kernel version I'm using is 3.2.14.
I'm explictly running Xserver and I my attached my Xorg.0.log file.
I even followed the steps in the following link.
http://e2e.ti.com/support/omap/f/849/p/218162/768585.aspx
Does that mean Ducati plugins will only work on Ubuntu ?
I have updated all the packages and using the latest versions of them as of date.