diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-04-01 11:40:44 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-04-01 11:40:44 +0000 |
commit | c683b2301c41e968ddd52b1b2cd57b5ac25ad580 (patch) | |
tree | 737038dac04081d52fb1e3afa9b316efb3090dcb | |
parent | 5b4ba2bd46c054a0315d7b3b36561a37ea00599d (diff) |
avoid SIGFPE, throw error
Original commit message from CVS:
avoid SIGFPE, throw error
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |