diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-17 19:47:32 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-17 19:47:32 +0000 |
commit | 8ce409bd328ccb8d150ef406c407785ef4ff6e67 (patch) | |
tree | 8f6dc5aaad47040dc8130a554b0f3973ed92f7c7 /ChangeLog | |
parent | b6d0b1334923ec5d3419e3b3488868c7879b701b (diff) | |
download | gst-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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), |