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 756617 - dshowvideosink: move/resize events are not handled in 64 bit
dshowvideosink: move/resize events are not handled in 64 bit
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.x
Other Linux
: Normal normal
: 1.6.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-15 09:11 UTC by Pierre Lamot
Modified: 2015-10-20 07:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes SetWindowLong usage (3.13 KB, patch)
2015-10-15 09:11 UTC, Pierre Lamot
committed Details | Review

Description Pierre Lamot 2015-10-15 09:11:58 UTC
Created attachment 313355 [details] [review]
Fixes SetWindowLong usage

SetWindowLong works only for 32 bit systems, thus windows events (move/resize)
are not interpreted on 64 bit systems
Comment 1 Sebastian Dröge (slomo) 2015-10-19 12:24:27 UTC
Comment on attachment 313355 [details] [review]
Fixes SetWindowLong usage

commit e0ffcd30e810152808990eda96b5a92f84841bc3
Author: plamot <pierre.lamot@openwide.fr>
Date:   Wed Oct 14 18:35:00 2015 +0200

    dshowvideosink: Fix 64bit compatibility issue
    
    SetWindowLong works only for 32 bit systems, thus windows events (move/resize)
    where not interpreted on 64 bit systems
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756617