gstreamer-vaapi and wayland
Eoff, Ullysses A
ullysses.a.eoff at intel.com
Mon Oct 8 11:03:53 PDT 2012
This is the general stack I've been using to get accelerated video playback on Wayland/Weston.... thanks to krh and gb:
git clone git://anongit.freedesktop.org/vaapi/libva
git clone git://anongit.freedesktop.org/vaapi/intel-driver
git clone git://anongit.freedesktop.org/gstreamer/gstreamer --branch 0.10
git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-base --branch 0.10
git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-bad --branch 0.10
git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-good --branch 0.10
git clone git://gitorious.org/vaapi/gstreamer-vaapi.git
You may need to pass '--disable-glx' to gstreamer-vaapi when you build it (to work around a compile issue we had recently--- it might be fixed now). I also pass "--disable-wayland" to gst-plugins-bad configure... I'm not sure what that plugin is for... but it's not the one we use.
After launching weston, execute as:
gst-launch playbin2 video-sink=vaapisink uri=file://path/to/video
U. Artie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20121008/804f9103/attachment.html>
More information about the wayland-devel
mailing list