Hi there,
I am using OMAP5432 ES2.0. I'm trying to use the gst ducati plugin elements. The linux version used is Linux-3.8.4 provided in the SDK on the TI site.
The script in http://gitorious.org/ubuntu-omap/ubuntu-omap5-extras/blobs/master/debian/ubuntu-omap5-extras-config.upstart indicates I need to load omap_remoteproc and omapdce kernel modules. The additional rpmsg and rpc modules are not found in the kernel source. Do I need them in order to use hardware accelerated codecs ?
I loaded the modules, and copied the ducati firmware from libdce package. But I'm getting
# gst-launch-0.10 -v filesrc location="/home/1080p/mp4/MP4-H.264/Big Buck Bunny_
1080p.mp4" ! qtdemux name=demux demux.video_00 ! h264parse ! ducatih264dec ! kms
sink
Setting pipeline to PAUSED ...
libdce-x11.c:64: dce_auth_x11 info: attempting to open X11 connection
libdce-x11.c:67: dce_auth_x11 error: Could not open display
libdce.c:447: init info: no X11/wayland, fallback to opening DRM device directly
libdce.c:459: init error: could not get plugin ioctl base: -22
ERROR: Pipeline doesn't want to pause.
What is going wrong ? What are the packages and kernel modules required in order to use hardware accelerated codecs ?
Thanks in advance,
Carol