Hi,
I'm using OMAP4460 with linux-3.4.0-1489.24. I have built gstreamer plugins and all the necessary libraries required and have been able to play video using ducati codecs and SGX based video sinks. I'm using pvrvideosink as my videosink.
I'm developing an application for video playback, and when I'm switching from one video pipeline to another ( the existing pipeline is completely destroyed and a new one is created) , Im facing X11 issue.
libdce.c:447: init info: no X11/wayland, fallback to opening DRM device directly
(EE) OMAP(0): ERROR: Cannot get DRM master: Unknown error -1
(EE) OMAP(0): ERROR: failed to add fb: Permission denied
(EE) OMAP(0): ERROR: xf86SetDesiredModes() failed!
(EE) OMAP(0): ERROR: failed to add fb: Permission denied
(EE) OMAP(0): ERROR: xf86SetDesiredModes() failed!
Fatal server error:
AddScreen/ScreenInit failed for driver 0
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
Server terminated with error (1). Closing log file.
---------------------------------------------------
LOG_MP::gstreamer_gst_bus_call::909::ERROR DOMAIN Id : 2272
EROOR DOMAIN NAME: gst-resource-error-quark
ERROR CODE: 10
ERROR MESSAGE: Could not initialise X output
LOG_MP::gstreamer_gst_bus_call::911::Debugging Info: ����
---------------------------------------------------
Can someone help me with this?
Thanks in advance,
Carol