summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-04-01 11:40:44 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-04-01 11:40:44 +0000
commitc683b2301c41e968ddd52b1b2cd57b5ac25ad580 (patch)
tree737038dac04081d52fb1e3afa9b316efb3090dcb
parent5b4ba2bd46c054a0315d7b3b36561a37ea00599d (diff)
avoid SIGFPE, throw error
Original commit message from CVS: avoid SIGFPE, throw error
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b94ff8b..53ff97d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
+ * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
+ throw errors instead of allowing SIGFPE
+
+2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
+
* gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
(gst_gconf_render_bin_from_key):
leak plugging and style fixing