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 752100 - rtpklvdepay: fix build error
rtpklvdepay: fix build error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal normal
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-07 23:59 UTC by Vineeth
Modified: 2015-08-16 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix build error (1.02 KB, patch)
2015-07-08 00:00 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-07-07 23:59:29 UTC
v_len is of type guint64, but while print the value(16 + len_size + v_len)
G_GSIZE_FORMAT is being used instead of G_GUINT64_FORMAT
Comment 1 Vineeth 2015-07-08 00:00:34 UTC
Created attachment 307045 [details] [review]
fix build error
Comment 2 Tim-Philipp Müller 2015-07-08 07:51:04 UTC
Thanks.

commit ffe9cbc1f6866457e04976bfdbd05da0e87b7769
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Wed Jul 8 08:59:49 2015 +0900

    rtpklvdepay: fix printf format compiler warning
    
    v_len is of type guint64, but while print the value(16 + len_size + v_len)
    G_GSIZE_FORMAT is being used instead of G_GUINT64_FORMAT
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752100