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 371493 - Incomplete change of printf conversion specifiers in gstreamer/plugins/elements/gstfdsrc.c (1.68)
Incomplete change of printf conversion specifiers in gstreamer/plugins/elemen...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal minor
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-06 12:26 UTC by Peter Kjellerstedt
Modified: 2006-11-06 17:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix a compiler warning in gstreamer/plugins/elements/gstfdsrc.c (722 bytes, patch)
2006-11-06 12:27 UTC, Peter Kjellerstedt
committed Details | Review

Description Peter Kjellerstedt 2006-11-06 12:26:55 UTC
Please describe the problem:
The last commit to gstreamer/plugins/elements/gstfdsrc.c (1.68) changing printf conversion specifiers was incomplete. The attached patch needs to be applied to compile without warnings.


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Peter Kjellerstedt 2006-11-06 12:27:53 UTC
Created attachment 76084 [details] [review]
Fix a compiler warning in gstreamer/plugins/elements/gstfdsrc.c
Comment 2 Tim-Philipp Müller 2006-11-06 17:25:56 UTC
Thanks, applied:

 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>

       Patch by: Peter Kjellerstedt <pkj at axis com>

       * plugins/elements/gstfdsrc.c: (gst_fd_src_create):
         Another printf fix (#371493).