diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-05-06 16:55:17 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-05-06 16:55:17 +0000 |
commit | 1cb53ba2f9e2772a71edcbf642a9470980ded63e (patch) | |
tree | 318ca1ca1a368934802bea344ee110c45888de37 | |
parent | 3047eea1ae4a5c46fa67c5f8896e6b27b91eabc9 (diff) | |
download | gst-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |