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 781188 - kmssink expects planes to support scaling
kmssink expects planes to support scaling
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.11.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-11 16:02 UTC by Philipp Zabel
Modified: 2017-04-12 17:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
kmssink: if the plane can not scale, retry without scaling and remember (1.94 KB, patch)
2017-04-11 16:02 UTC, Philipp Zabel
committed Details | Review

Description Philipp Zabel 2017-04-11 16:02:08 UTC
Created attachment 349688 [details] [review]
kmssink: if the plane can not scale, retry without scaling and remember

If the drmModeSetPlane with scaling fails, kmssink should try another time, and if that succeeds, assume the plane doesn't support scaling.
Comment 1 Víctor Manuel Jáquez Leal 2017-04-11 17:28:38 UTC
Comment on attachment 349688 [details] [review]
kmssink: if the plane can not scale, retry without scaling and remember

lgtm
Comment 2 Nicolas Dufresne (ndufresne) 2017-04-11 18:59:35 UTC
I already mention over IRC, but lgtm too ;-P I think it's safe enough to merge into 1.12.
Comment 3 Víctor Manuel Jáquez Leal 2017-04-12 17:33:18 UTC
Attachment 349688 [details] pushed as 9ed9c14 - kmssink: if the plane can not scale, retry without scaling and remember