[gstreamer-bugs] [Bug 627565] [xoverlay][win64] gulong can't hold a HANDLE

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Aug 21 03:27:37 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=627565
  GStreamer | gst-plugins-base | 0.10.x

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org
          Component|don't know                  |gst-plugins-base
            Summary|GstXOverlay,                |[xoverlay][win64] gulong
                   |gst_x_overlay_set_xwindow_i |can't hold a HANDLE
                   |d cannot accept HANDLE      |

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2010-08-21 10:27:35 UTC ---
Yes, on 64 bit Windows a different type should be used for that function. It's
impossible that it works or worked with a gulong and I think we can still
change it for Win64-only. Any other oppinions?

But I don't think this is the only place where Win64 will have problems, I
could imagine that many people assumed sizeof(int)<=sizeof(long)==sizeof(void
*), which simply isn't true on Win64 unfortunately.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list