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 738227 - test: use G_GSIZE_FORMAT in audiomixer test
test: use G_GSIZE_FORMAT in audiomixer test
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal minor
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-09 12:55 UTC by Aurélien Zanelli
Modified: 2014-10-09 13:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test: use G_GSIZE_FORMAT in audiomixer test (1.16 KB, patch)
2014-10-09 12:56 UTC, Aurélien Zanelli
committed Details | Review

Description Aurélien Zanelli 2014-10-09 12:55:51 UTC
Otherwise It end up with

elements/audiomixer.c: In function ‘handoff_buffer_cb’:
elements/audiomixer.c:885:3: error: format ‘%ld’ expects argument of type ‘long int’, but argument 8 has type ‘gsize’ [-Werror=format]

when I try to make test
Comment 1 Aurélien Zanelli 2014-10-09 12:56:49 UTC
Created attachment 288128 [details] [review]
test: use G_GSIZE_FORMAT in audiomixer test
Comment 2 Sebastian Dröge (slomo) 2014-10-09 13:20:28 UTC
commit a1ed73407610fd4c36a4cca4fb62469555e89a8a
Author: Aurélien Zanelli <aurelien.zanelli@parrot.com>
Date:   Thu Oct 9 14:51:56 2014 +0200

    test: use G_GSIZE_FORMAT in audiomixer test
    
    https://bugzilla.gnome.org/show_bug.cgi?id=738227