gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] [PATCH] Drop wrong VA-API driver check


From: Gwenole Beauchesne
Subject: [Gnash-dev] [PATCH] Drop wrong VA-API driver check
Date: Wed, 19 May 2010 11:39:21 +0200 (CEST)
User-agent: Alpine 1.10 (DEB 962 2008-03-14)

Hi,

This check is totally useless beyond being wrong. Never use driver implementation details from an application. If you really want to query the driver string, use vaQueryVendorString() after having initialized a VA-API driver. Besides, this check just disabled any other driver (Intel, ATI, etc.).

This awful hack is not guaranteed to work. Besides, the fallback mechanism already takes place gracefully in gtk_canvas.cpp.

Regards,
Gwenole.

Attachment: 0004-Drop-wrong-VA-driver-name-check-hack.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]