GNOME Bugzilla – Bug 752929
vaapidecode: don't lost GLTextureUpload on seek
Last modified: 2015-09-10 15:38:01 UTC
When seeking, the decoder is reset, but the buffer pool is not re-negotiated, but in reset_full() the code forgets if the negotiated buffer pool has the GLTextureUpload meta. The decoder knows that GLTextureUpload meta was negotiated in decide_allocation(), but this method is not called when seeking. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Created attachment 308234 [details] [review] vaapidecode: don't lost GLTextureUpload on seek
Attachment 308234 [details] pushed as b601bf0 - vaapidecode: don't lost GLTextureUpload on seek
*** Bug 753567 has been marked as a duplicate of this bug. ***