I m working on a Raspberry pi board with gstreamer 1.0 inbstalled. I was testing some pipelines on the board. But in Raspberry pi the video sink is not working.
I tried different videosinks such as ximagesink, xvimagesink, autovideosink etc
But none of these videosinks are able to play video.
The error I am getting is
ERROR: from element /GstPipeline:pipeline0/GstXvImageSink:xvimagesink0: Could not initialise Xv output
Additional debug info:
xvimagesink.c(1290): gst_xvimagesink_xcontext_get (): /GstPipeline:pipeline0/GstXvImageSink:xvimagesink0:
Is there any other video sinks that I can use with Raspberry pi so that I can view view videos with gstreamer ?
Is there any video sink specially made for Broadcom 2835 or Does openmax provide any videosink ?
And Does anyone have any idea to resolve this XvOutput issue ?