hi,
I installed gstreamer 1.0 and all the required plugin in my raspberry pi ( raspbian), including the openmax plugins that supports the hardware accelerations. But the xvimagesink or ximagesink element of gstreamer is not working in Raspberry pi.
eg : when I created a simple pipeline as
gst-launch-1.0 xvimagesink
I am getting error that
ERROR: from element /GstPipeline:pipeline0/GstXvImageSink:xvimagesink0: Could not initialise Xv output
and I m not able to play the video . How to solve this error.
Is there any video sink made for BCM 2835 ?
Is there any other videosink that I can use with pipeline so that I can play video ?