From: Jan Schmidt Date: Fri, 10 Oct 2008 11:01:36 +0000 (+0000) Subject: Fix compiler warning on OS/X about parameters not matching the debug format string. X-Git-Tag: 1.19.3~507^2~19962 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54cac6e2f00a91dfd11a09faa26fd8d615c3ed68;p=platform%2Fupstream%2Fgstreamer.git Fix compiler warning on OS/X about parameters not matching the debug format string. Original commit message from CVS: * gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer), (gst_base_parse_update_upstream_durations): Fix compiler warning on OS/X about parameters not matching the debug format string. --- diff --git a/ChangeLog b/ChangeLog index 113715b..bd751a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-10-10 Jan Schmidt + + * gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer), + (gst_base_parse_update_upstream_durations): + Fix compiler warning on OS/X about parameters not matching + the debug format string. + 2008-10-09 Sebastian Dröge * gst/deinterlace2/tvtime/tomsmocomp.c: