summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2007-09-12 08:38:22 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-09-12 08:38:22 +0000
commita698a439beb8a06dace3b5558b921ba2549699a1 (patch)
tree5994afab966ec485aaacc769dbd9a7b3b64c9ee9 /ChangeLog
parentee01676c0d23b8ab0426a14306a1f0d1cefdc750 (diff)
downloadgst-plugins-bad-a698a439beb8a06dace3b5558b921ba2549699a1.tar.gz
gst-plugins-bad-a698a439beb8a06dace3b5558b921ba2549699a1.tar.bz2
gst-plugins-bad-a698a439beb8a06dace3b5558b921ba2549699a1.zip
gst/: Printf format fixes (#476128).
Original commit message from CVS: Patch by: Peter Kjellerstedt <pkj at axis com> * gst-libs/gst/app/gstappsink.c: * gst/flv/gstflvdemux.c: * gst/flv/gstflvparse.c: * gst/interleave/deinterleave.c: * gst/switch/gstswitch.c: Printf format fixes (#476128).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20e7af4f..007eecd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
+
+ Patch by: Peter Kjellerstedt <pkj at axis com>
+
+ * gst-libs/gst/app/gstappsink.c:
+ * gst/flv/gstflvdemux.c:
+ * gst/flv/gstflvparse.c:
+ * gst/interleave/deinterleave.c:
+ * gst/switch/gstswitch.c:
+ Printf format fixes (#476128).
+
2007-09-09 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Thomas Green <tom78999 gmail com>