After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 755156 - vtdec: resizing glimagesink results in a not-negotiated error
vtdec: resizing glimagesink results in a not-negotiated error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 1.5.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-17 11:04 UTC by Matthew Waters (ystreet00)
Modified: 2015-09-17 11:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vtdec: fix negotiation errors when resizing glimagesink (2.35 KB, patch)
2015-09-17 11:05 UTC, Matthew Waters (ystreet00)
committed Details | Review

Description Matthew Waters (ystreet00) 2015-09-17 11:04:38 UTC
see commit message
Comment 1 Matthew Waters (ystreet00) 2015-09-17 11:05:19 UTC
Created attachment 311544 [details] [review]
vtdec: fix negotiation errors when resizing glimagesink
Comment 2 Sebastian Dröge (slomo) 2015-09-17 11:12:27 UTC
Comment on attachment 311544 [details] [review]
vtdec: fix negotiation errors when resizing glimagesink

Maybe explain also *why* in the commit message, but looks good :)
Comment 3 Matthew Waters (ystreet00) 2015-09-17 11:17:51 UTC
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