diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-02-14 17:04:47 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-02-14 17:04:47 +0000 |
commit | df5916db2f6c17ffec8350e3818bcd2b346ff43f (patch) | |
tree | e2294cf33b5a1550981f22a02b627f3eae3d046c /ChangeLog | |
parent | 3b5868a9e006caf45c84068462dc333bca9dcf12 (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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), |