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 772698 - dispmanx: set_render_rectangle functions is buggy
dispmanx: set_render_rectangle functions is buggy
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.8.1
Other Windows
: Normal normal
: 1.10.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-10 14:21 UTC by Munez
Modified: 2016-10-31 14:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix this (617 bytes, patch)
2016-10-10 14:21 UTC, Munez
none Details | Review
Patch to fix this (935 bytes, patch)
2016-10-11 11:43 UTC, Munez
committed Details | Review

Description Munez 2016-10-10 14:21:43 UTC
Created attachment 337318 [details] [review]
Patch to fix this

There was a typo in patch provided in 766081

window_egl->render_rect.y = x;  ==> this should have been  y
Comment 1 Matthew Waters (ystreet00) 2016-10-11 07:47:15 UTC
Can you provide a patch with git format-patch please?
Comment 2 Munez 2016-10-11 11:43:08 UTC
Created attachment 337407 [details] [review]
Patch to fix this

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

    gl/dispmanx: Fix set_render_rectangle typo
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772698