summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-02-14 17:04:47 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-02-14 17:04:47 +0000
commitdf5916db2f6c17ffec8350e3818bcd2b346ff43f (patch)
treee2294cf33b5a1550981f22a02b627f3eae3d046c /ChangeLog
parent3b5868a9e006caf45c84068462dc333bca9dcf12 (diff)
gst/rtsp/sdpmessage.c: Clear stack allocated SDPMedia struct before calling _init() on it.
Original commit message from CVS: * gst/rtsp/sdpmessage.c: (sdp_parse_line): As spotted by: Peter Kjellerstedt <pkj at axis com>: Clear stack allocated SDPMedia struct before calling _init() on it. Clarify this in the docs as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c696a0f..f99bdc90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-02-14 Wim Taymans <wim@fluendo.com>
+
+ * gst/rtsp/sdpmessage.c: (sdp_parse_line):
+ As spotted by: Peter Kjellerstedt <pkj at axis com>:
+ Clear stack allocated SDPMedia struct before calling _init() on it.
+ Clarify this in the docs as well.
+
2007-02-14 Jan Schmidt <thaytan@mad.scientist.com>
* ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),