Re: [PATCH weston] compositor-drm: Pass the right stride to the vaapi recorder

2014-04-16 Thread Kristian Høgsberg
On Wed, Apr 16, 2014 at 12:05:12PM +0300, Ander Conselvan de Oliveira wrote: > It takes the stride in bytes, not pixels. The bug was hidden when using > va intel-driver 1.2.1 because it would ignore the stride from user and > set the surface state in a wrong way. > > https://bugs.freedesktop.org/s

[PATCH weston] compositor-drm: Pass the right stride to the vaapi recorder

2014-04-16 Thread Ander Conselvan de Oliveira
It takes the stride in bytes, not pixels. The bug was hidden when using va intel-driver 1.2.1 because it would ignore the stride from user and set the surface state in a wrong way. https://bugs.freedesktop.org/show_bug.cgi?id=77495 --- src/compositor-drm.c | 2 +- 1 file changed, 1 insertion(+),