GNOME Bugzilla – Bug 755156
vtdec: resizing glimagesink results in a not-negotiated error
Last modified: 2015-09-17 11:18:08 UTC
see commit message
Created attachment 311544 [details] [review] vtdec: fix negotiation errors when resizing glimagesink
Comment on attachment 311544 [details] [review] vtdec: fix negotiation errors when resizing glimagesink Maybe explain also *why* in the commit message, but looks good :)
commit 3772c8ece6391f34f69dd97c5937450a8f39b5fc Author: Matthew Waters <matthew@centricular.com> Date: Thu Sep 17 15:06:31 2015 +1000 applemedia/vtdec: fix negotiation errors when resizing glimagesink GstVideoDecoder has its own logic for detecting when to reconfigure which ultimately calls decide_allocation and results in a new texture cache that has not been configured from our reconfigure check. https://bugzilla.gnome.org/show_bug.cgi?id=755156