GNOME Bugzilla – Bug 773939
vaapivideomemory: increment map counter only if succeeded
Last modified: 2016-11-04 13:09:46 UTC
Previously the frame map counter increased independently if the map succeeded or not. This leaded to critical messages and crashes if the frame was unable to be mapped, but the counter increased. This patch increases the map counter only if the map operation occurred.
Created attachment 339115 [details] [review] vaapivideomemory: increment map counter only if succeeded
Attachment 339115 [details] pushed as ae8e5d4 - vaapivideomemory: increment map counter only if succeeded
this patch should be back ported to 1.10 and 1.8 too