Hi,
I'm trying to enable TI's accelerated codecs inside an Xorg window on a Beagleboard C4. I saw that this is possible by using the omapdmaifbsink
(http://processors.wiki.ti.com/index.php/Example_GStreamer_Pipelines#OMAP35x) with the Angstrom linux and I'm trying to do the same using a patch I found in the argo-project:
http://arago-project.org/git/people/?p=brijesh/arago-dvsdk.git;a=blob;f=recipes/ti/gstreamer-ti/0007-add-omapdmaifbsink.patch;h=be6f899f0c7a9dc9a1a6e9c7c85a0cfe328130f7;hb=c5276694289766d13ea5a4a4fcb94087a2e9bbcd
No success yet but some errors " omapfb omapfb: setup_plane failed" reported by kernel and:
ERROR: from element /GstPipeline:pipeline0/GstOmapFbSink:omapfbsink0: failed to create dmai framecopy handle
Additional debug info:
omapfb.c(523): x_memcpy (): /GstPipeline:pipeline0/Gst/OmapFbSink:omapfbsink0 failed to create dmai framecopy handle
Does anyone tried this approach? Is this patch functional? Any hints will be welcome.
Thanks
PS: The codecs are working OK with unmodified gstreamer plugin (output not in an X window)