GNOME Bugzilla – Bug 371493
Incomplete change of printf conversion specifiers in gstreamer/plugins/elements/gstfdsrc.c (1.68)
Last modified: 2006-11-06 17:25:56 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:
Created attachment 76084 [details] [review] Fix a compiler warning in gstreamer/plugins/elements/gstfdsrc.c
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).