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 673859 - Trivial problems in -good
Trivial problems in -good
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal trivial
: 0.11.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-10 20:20 UTC by LRN
Modified: 2012-04-10 21:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove unused variable (1.10 KB, patch)
2012-04-10 20:20 UTC, LRN
committed Details | Review
Fix format string (900 bytes, patch)
2012-04-10 20:21 UTC, LRN
committed Details | Review

Description LRN 2012-04-10 20:20:09 UTC
sys/waveform/gstwaveformsink.c:
GstElementClass *gstelement_class; is assigned but not used in gst_waveform_sink_class_init

ext/jpeg/gstjpegenc.c:
Format %lu expects unsigned long, but argument is gsize in gst_jpegenc_chain
Comment 1 LRN 2012-04-10 20:20:53 UTC
Created attachment 211786 [details] [review]
Remove unused variable
Comment 2 LRN 2012-04-10 20:21:08 UTC
Created attachment 211787 [details] [review]
Fix format string
Comment 3 Tim-Philipp Müller 2012-04-10 21:43:01 UTC
Thanks!

commit e7659756a1eac035e51778020e28160aa208573f
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Wed Apr 11 00:19:30 2012 +0400

    Fix format string
    
    Fixes #673859

commit f0685dd026c1bb26a17ec9b97b1b5aaa7b5db1ff
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Wed Apr 11 00:19:16 2012 +0400

    Remove unused variable
    
    Fixes #673859