[Bug 699008] [PATCH] Type mismatch fix

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Apr 27 01:19:40 PDT 2013


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.1

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-04-27 08:19:33 UTC ---
Thanks!

 commit 2d1138f45cb482fcf0e2aba5ec40bd4c1cdb5853
 Author: Carlos Rafael Giani <dv at pseudoterminal.org>
 Date:   Sat Apr 27 02:50:25 2013 +0200

    omx: fixed type error in printf call

    %zu expects size_t

    https://bugzilla.gnome.org/show_bug.cgi?id=699008

I bet those %zu (instead of "%" G_GSIZE_FORMAT) in other places will cause
problems as well, since gsize is not necessarily typedef'ed to size_t but might
be something else of equivalent size on the specific platform, which might then
confuse the compiler, sigh.

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