summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-11-17 19:47:32 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-11-17 19:47:32 +0000
commit8ce409bd328ccb8d150ef406c407785ef4ff6e67 (patch)
tree8f6dc5aaad47040dc8130a554b0f3973ed92f7c7 /ChangeLog
parentb6d0b1334923ec5d3419e3b3488868c7879b701b (diff)
downloadgst-plugins-bad-8ce409bd328ccb8d150ef406c407785ef4ff6e67.tar.gz
gst-plugins-bad-8ce409bd328ccb8d150ef406c407785ef4ff6e67.tar.bz2
gst-plugins-bad-8ce409bd328ccb8d150ef406c407785ef4ff6e67.zip
gst/rtpmanager/rtpsource.c: Fix GST_DEBUG call to only have as many arguments as required by the format string. Fixes...
Original commit message from CVS: * gst/rtpmanager/rtpsource.c: (get_clock_rate): Fix GST_DEBUG call to only have as many arguments as required by the format string. Fixes a compiler warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d23842ee..0d31fc19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-17 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/rtpmanager/rtpsource.c: (get_clock_rate):
+ Fix GST_DEBUG call to only have as many arguments as required
+ by the format string. Fixes a compiler warning.
+
2008-11-17 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),