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 695267 - Bad GST_DEBUG_OBJECT invocations
Bad GST_DEBUG_OBJECT invocations
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other All
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-06 06:42 UTC by LRN
Modified: 2013-09-24 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Removes the ','. (2.15 KB, patch)
2013-03-06 06:43 UTC, LRN
committed Details | Review

Description LRN 2013-03-06 06:42:59 UTC
ges-timeline-element.c:300:3: error: format '%u' expects argument of type 'unsigned int', but argument 8 has type 'const char *' [-Werror=format]

and the like
Comment 1 LRN 2013-03-06 06:43:49 UTC
Created attachment 238184 [details] [review]
Removes the ','.
Comment 2 Sebastian Dröge (slomo) 2013-03-06 07:34:19 UTC
commit 7a81dd8669fdcf3ef823d5fbc1bd363e29b89867
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Wed Mar 6 10:27:15 2013 +0400

    ges-timeline-element: Fix GST_DEBUG_OBJECT invocations
    
    Fixes #695267