[Bug 699008] New: [PATCH] Type mismatch fix

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 26 17:59:21 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=699008
  GStreamer | gst-omx | git

           Summary: [PATCH] Type mismatch fix
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-omx
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: dv at pseudoterminal.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


gst-omx git fails to compile on platforms where size_t and OMX_U32 are not the
same type (because of a printf call which is using %zu in its format string).
Explicit casting to size_t solves the problem.

-- 
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