summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-04-17 19:12:36 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-04-17 19:12:36 +0000
commitd0b7fc0d81abb208e7240b29fd6a58c26e0fd8f4 (patch)
tree8bdf83a36ceb6fa87ad24eb8cf0bb7757a396e5d /ChangeLog
parent5ff469042fabf9c436a1fe3b3a8eadb20ab0f5d8 (diff)
ext/shout2/gstshout2.c: Don't crash in case the connection to the server fails: don't set pointer to NULL by assignin...
Original commit message from CVS: * ext/shout2/gstshout2.c: (gst_shout2send_render): Don't crash in case the connection to the server fails: don't set pointer to NULL by assigning FALSE; error out properly by using GST_ELEMENT_ERROR and returning GST_FLOW_ERROR (fixes #338636). Lastly, free connection before resetting the pointer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dfb92cf..bb5acb8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-04-17 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/shout2/gstshout2.c: (gst_shout2send_render):
+ Don't crash in case the connection to the server fails:
+ don't set pointer to NULL by assigning FALSE; error out
+ properly by using GST_ELEMENT_ERROR and returning
+ GST_FLOW_ERROR (fixes #338636). Lastly, free connection
+ before resetting the pointer.
+
2006-04-17 Jan Schmidt <thaytan@mad.scientist.com>
* gst/id3demux/id3tags.c: