[Gstreamer-bugs] [Bug 142819] New: - ppc64 fix for gstreamer

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Thu May 20 00:52:07 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=142819
GStreamer | documentation | Ver: HEAD CVS

           Summary: ppc64 fix for gstreamer
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: minor
          Priority: Low
         Component: documentation
        AssignedTo: gstreamer-maint at bugzilla.gnome.org
        ReportedBy: callum at physics.otago.ac.nz
         QAContact: gstreamer-maint at bugzilla.gnome.org


gstreamer does some pointer arithmetic which produces warnings whe
compiled on a machine with different sizes for integers and pointers.
The patch below is the simplest solution to the problem, it still
truncates the pointer difference to 32-bits, but I assume that
all that is really wanted is the traditional -1, 0, +1 comparison.
This is a very low priority bug because the routine is never actually
called by any of the functions it is supplied to as a parameter.

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list