summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-05-06 16:55:17 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-05-06 16:55:17 +0000
commit1cb53ba2f9e2772a71edcbf642a9470980ded63e (patch)
tree318ca1ca1a368934802bea344ee110c45888de37
parent3047eea1ae4a5c46fa67c5f8896e6b27b91eabc9 (diff)
downloadgst-plugins-bad-1cb53ba2f9e2772a71edcbf642a9470980ded63e.tar.gz
gst-plugins-bad-1cb53ba2f9e2772a71edcbf642a9470980ded63e.tar.bz2
gst-plugins-bad-1cb53ba2f9e2772a71edcbf642a9470980ded63e.zip
gst/volenv/gstvolenv.c: Check whether string passed as 'controlpoint' property is formatted as expected (checking ret...
Original commit message from CVS: * gst/volenv/gstvolenv.c: (gst_volenv_set_property): Check whether string passed as 'controlpoint' property is formatted as expected (checking return value of sscanf() will also make gcc-4 happy).
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da6b5855..9f40e051 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-05-06 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/volenv/gstvolenv.c: (gst_volenv_set_property):
+ Check whether string passed as 'controlpoint'
+ property is formatted as expected (checking return
+ value of sscanf() will also make gcc-4 happy).
+
2005-05-06 Wim Taymans <wim@fluendo.com>
* configure.ac: