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
_______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
