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 675276 - Fix format string in gnlcomposition.c
Fix format string in gnlcomposition.c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gnonlin
git master
Other All
: Normal blocker
: 0.11.x
Assigned To: GStreamer Maintainers
Edward Hervey
Depends on:
Blocks:
 
 
Reported: 2012-05-02 05:47 UTC by LRN
Modified: 2012-05-02 07:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix format string (992 bytes, patch)
2012-05-02 05:49 UTC, LRN
committed Details | Review

Description LRN 2012-05-02 05:47:53 UTC
GST_DEBUG_OBJECT (comp, "added event probe %d", priv->ghosteventprobe);
but priv->ghosteventprobe is gulong, not gint
Comment 1 LRN 2012-05-02 05:49:02 UTC
Created attachment 213257 [details] [review]
Fix format string
Comment 2 Tim-Philipp Müller 2012-05-02 07:51:04 UTC
Pushed, thanks!

commit 037030a0a097314bf8d7809dc7261da9949e0efa
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Tue Apr 17 17:59:41 2012 +0400

    gnlcomposition: fix printf format in debug message
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675276