H.264, hardware acceleration, and the free "radeon" driver
Holger Kaelberer
hk at elberer.de
Sat May 9 09:44:33 PDT 2015
Hi
On 09.05.2015 16:13, me at beroal.in.ua wrote:
> Hello.
>
> The free "radeon" driver provides only VDPAU API. I was told I can use the library
> http://cgit.freedesktop.org/vaapi/vdpau-driver/
> which provides VAAPI using VDPAU. But I can't get it to work. What is the best way to proceed?
>
> 0. Port GStreamer VDPAU H.264 plugin from GStreamer 0.10 to 1.0 ("gst-plugins-bad")?
> 1. Fiddle with "vaapi/vdpau-driver" until it works?
That one sounds like the most doable ;-)
Our experiences with a gstreamer-vaapi+libva-vdpau-driver+r600/radeon si on Radeon GPU are pretty good.
First check if your vdpau implementation is there with
vdpauinfo
If this does not show reasonable output your Radeon driver is missing something. Which distro? With
ubuntu there where was some trouble for 14.04:
http://www.phoronix.com/scan.php?page=news_item&px=MTYwNzU
If it does, check your libva-vdpau-driver:
vainfo
If this is not working re-check your libva-vdpau-driver installation. If this is fine make sure you
have gstreamer-vaapi stuff installed:
gst-inspect-1.0 vaapi
Most of this should be there in ubuntu based distro as packages (except the mesa story above).
Holger
> 2. Beg the developers of the free "radeon" driver to add VAAPI?
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list