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 748496 - libde265: Fails to build due to werrors about wrong format
libde265: Fails to build due to werrors about wrong format
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-26 21:02 UTC by LRN
Modified: 2015-04-27 14:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libde265: Fix format string for gsize (1.94 KB, patch)
2015-04-26 21:02 UTC, LRN
committed Details | Review

Description LRN 2015-04-26 21:02:16 UTC
Size is gsize, but the code uses %ld to print it.
Comment 1 LRN 2015-04-26 21:02:20 UTC
Created attachment 302397 [details] [review]
libde265: Fix format string for gsize
Comment 2 Nicolas Dufresne (ndufresne) 2015-04-27 14:30:01 UTC
Attachment 302397 [details] pushed as 283fc20 - libde265: Fix format string for gsize
Comment 3 Nicolas Dufresne (ndufresne) 2015-04-27 14:33:46 UTC
Review of attachment 302397 [details] [review]:

I had to fix the indention, coding style says you should not have lines larger then 80 characters. Please don't disable commit hooks for further submissions.