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 772699 - dispmanx: dispmanx_egl_show() should call window_resize() only when there is no render rect is set
dispmanx: dispmanx_egl_show() should call window_resize() only when there is ...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.8.1
Other Linux
: Normal normal
: 1.10.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-10 14:25 UTC by Munez
Modified: 2016-10-31 14:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch which will add a check before calling window_resize (794 bytes, patch)
2016-10-10 14:25 UTC, Munez
none Details | Review
Patch which will add a check before calling window_resize (1.14 KB, patch)
2016-10-11 11:41 UTC, Munez
committed Details | Review

Description Munez 2016-10-10 14:25:40 UTC
Created attachment 337319 [details] [review]
Patch which will add a check before calling window_resize

If a render_rectangle is set then egl_show function should not resize the window with preferred width/height.
Comment 1 Matthew Waters (ystreet00) 2016-10-11 07:47:33 UTC
Can you provide a patch with git format-patch please?
Comment 2 Munez 2016-10-11 11:41:27 UTC
Created attachment 337406 [details] [review]
Patch which will add a check before calling window_resize

New to git format-patch :) .. I have updated the patch now
Comment 3 Matthew Waters (ystreet00) 2016-10-18 04:55:21 UTC
commit 429135face745e90d4719de11faa7aafc75ea0e8
Author: Munez <munezbn.dev@gmail.com>
Date:   Tue Oct 11 16:58:48 2016 +0530

    gl/dispmanx: egl_show should resize the window only if there is no render rectangle set
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772699