summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-10-10 11:01:36 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-10-10 11:01:36 +0000
commit54cac6e2f00a91dfd11a09faa26fd8d615c3ed68 (patch)
tree946aee7de9548f1a1414990d816e88baa1aacfce /ChangeLog
parentb561dfdf478ef882bc18b89a0fe17f98950c5baa (diff)
downloadgst-plugins-bad-54cac6e2f00a91dfd11a09faa26fd8d615c3ed68.tar.gz
gst-plugins-bad-54cac6e2f00a91dfd11a09faa26fd8d615c3ed68.tar.bz2
gst-plugins-bad-54cac6e2f00a91dfd11a09faa26fd8d615c3ed68.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 113715b6..bd751a64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-10 Jan Schmidt <jan.schmidt@sun.com>
+
+ * 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 <slomo@circular-chaos.org>
* gst/deinterlace2/tvtime/tomsmocomp.c: