diff options
author | Philippe Valembois <lephilousophe@users.sf.net> | 2006-04-17 19:57:10 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-04-17 19:57:10 +0000 |
commit | 52563ea213aa5f1b59595450ac59146a1a45dea3 (patch) | |
tree | 68f3d7e7c020704ce8288b827a73c099e6119f62 /ChangeLog | |
parent | 3c4e9ffec175e574295208aa47b3c52b7b458a3d (diff) |
ext/shout2/gstshout2.*: Handle tags being received before the connection to the server is established properly (see #...
Original commit message from CVS:
Patch by: Philippe Valembois
* ext/shout2/gstshout2.c: (gst_shout2send_init),
(gst_shout2send_set_metadata), (gst_shout2send_event),
(gst_shout2send_render), (gst_shout2send_change_state):
* ext/shout2/gstshout2.h:
Handle tags being received before the connection to
the server is established properly (see #338636).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2006-04-17 Tim-Philipp Müller <tim at centricular dot net> + Patch by: Philippe Valembois + + * ext/shout2/gstshout2.c: (gst_shout2send_init), + (gst_shout2send_set_metadata), (gst_shout2send_event), + (gst_shout2send_render), (gst_shout2send_change_state): + * ext/shout2/gstshout2.h: + Handle tags being received before the connection to + the server is established properly (see #338636). + +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 |