GNOME Bugzilla – Bug 746865
videoencoder: Keep sticky event when reset.
Last modified: 2015-03-27 08:55:44 UTC
videoencoder base will discard all event as code bug. Attached patch fix the issue.
Created attachment 300417 [details] [review] fix the issue.
commit 992101f82a3ad3c29c5a18a535ff7656c8017d98 Author: Song Bing <b06498@freescale.com> Date: Fri Mar 27 13:39:43 2015 +0800 videoencoder: Keep sticky events around when doing a soft reset The current code will first discard all frames, and then tries to copy all sticky events from the (now discarded) frames. Let's change the order. https://bugzilla.gnome.org/show_bug.cgi?id=746865