GNOME Bugzilla – Bug 631390
dfbvideosink does not consider surfaces when blit is not accelerated
Last modified: 2011-05-30 06:49:18 UTC
Created attachment 171745 [details] patch When I 'gst-launch videotestsrc ! dfbvideosink' the pipeline fails because non of the surfaces have accelerated blitting. The attached patch solves the problem by considering both accelerated and non-accelerated surfaces. The former are prefered. Wkr, Tom
Created attachment 171754 [details] [review] diff -u patch
Created attachment 171765 [details] [review] diff -u patch
Looks good, but I can't test it myself. A git formatted patch would be nice.
commit 8f7183dc8539b87033b69fab4c98e0f57f44b2be Author: Tom Deseyn <tom.deseyn@barco.com> Date: Mon May 30 08:48:29 2011 +0200 dfbvideosink: Also consider non-accelerated DirectFB surfaces Fixes bug #631390.