gstreamer vaapi pipeline not working? (vaapidownload)
David Kosir
kosirdavid at gmail.com
Tue Mar 13 22:06:33 PDT 2012
I'm experimenting with gstreamer-vaapi and I find this as working:
---------
gst-launch-0.10 -v filesource location=/path/to/file.mp4 ! qtdemux !
vaapidecode ! vaapisink
---------
I want to be able to output video to my window, so for the first step
I've tried this but without any success
---------
gst-launch-0.10 -v filesource location=/path/to/file.mp4 ! qtdemux !
vaapidecode ! vaapidownload | fakesink
---------
this example is trivial as I'm still learning gstreamer, so my idea is
to provide my own opengl texture for gstreamer to play vaapi-decoded
video. Any tips for that will be highly appreciated.
Thanks!
More information about the gstreamer-devel
mailing list