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 797036 - audiobuffersplit: Fix format string warning
audiobuffersplit: Fix format string warning
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal minor
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-08-28 07:49 UTC by Johan Bjäreholt
Modified: 2018-08-28 08:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix format string patch (1.14 KB, patch)
2018-08-28 07:49 UTC, Johan Bjäreholt
committed Details | Review

Description Johan Bjäreholt 2018-08-28 07:49:52 UTC
Created attachment 373473 [details] [review]
Fix format string patch

See patch file
Comment 1 Sebastian Dröge (slomo) 2018-08-28 08:13:35 UTC
commit 962ca015966967816b97befaf7518b63e6e9edc2 (HEAD -> master)
Author: Johan Bjäreholt <johanbj@axis.com>
Date:   Tue Aug 28 09:11:32 2018 +0200

    audiobuffersplit: Fix format string warning
    
    We have a GST_DEBUG_OBJECT, which prints a guint64 with %lu which gave a
    compiler warning. Used G_GUINT64_FORMAT instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=797036