Could not compile stylesheet for simplistic. Using last compiled stylesheet.
0
Hi all,
I am trying to play some HD video (the classic big_buck_bunny.avi in fact) in a poky firmware 3.2.1. I compiled the IGEP Gstreamer Framework and I find that most elements or plugins aren't there. As far as I read using omapdmaifbsink is a good option to get the video display direct from the command line (I haven't managed to understant how ximagesink works).
Well my problem comes when I do
The happens with 'avidemux' and many others.
Does anybody know why this could happen? Should I add some extra libraries in the framework or modify some configuration files in order to include all elements?
Thanks in advance, any help will be appreciated.
Regards,
David
I am trying to play some HD video (the classic big_buck_bunny.avi in fact) in a poky firmware 3.2.1. I compiled the IGEP Gstreamer Framework and I find that most elements or plugins aren't there. As far as I read using omapdmaifbsink is a good option to get the video display direct from the command line (I haven't managed to understant how ximagesink works).
Well my problem comes when I do
# gst-inspect omapdmaifbsink No such element or plugin 'omapdmaifbsink'
The happens with 'avidemux' and many others.
Does anybody know why this could happen? Should I add some extra libraries in the framework or modify some configuration files in order to include all elements?
Thanks in advance, any help will be appreciated.
Regards,
David
Accepted Answer
0
Hi David,
It means that your gstreamer not found or locate correctly the dynamic library with this element. I suggest you use this for locate the error:
And you can look if gst found the library with this element ...
Manel
No such element or plugin 'omapdmaifbsink'
It means that your gstreamer not found or locate correctly the dynamic library with this element. I suggest you use this for locate the error:
GST_DEBUG=*:3 gst-inspect omapdmaifbsink
And you can look if gst found the library with this element ...
Manel

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »