summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOlivier Crete <tester@tester.ca>2008-04-21 08:26:37 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-04-21 08:26:37 +0000
commit4be1b4a30a383231448c727c6413495cfdbcb5b6 (patch)
tree6cc81f8bae5e41dc09008c05a6955b98dd5403da /ChangeLog
parenta6a13dff0fdb282fa445f88654f20f0c5e9305f6 (diff)
downloadgst-plugins-bad-4be1b4a30a383231448c727c6413495cfdbcb5b6.tar.gz
gst-plugins-bad-4be1b4a30a383231448c727c6413495cfdbcb5b6.tar.bz2
gst-plugins-bad-4be1b4a30a383231448c727c6413495cfdbcb5b6.zip
gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.
Original commit message from CVS: Patch by: Olivier Crete <tester at tester dot ca> * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map), (new_ssrc_pad_found): Ref caps when inserting into the cache. Don't leak pads. * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_get_clock_rate), (gst_rtp_jitter_buffer_query): Avoid a caps leak. Don't leak refcount in query. * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps), (gst_rtp_pt_demux_chain): Avoid caps leaks. * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure), (gst_rtp_session_init), (return_true), (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate): Ref caps when inserting into the cache. Fix some more caps leaks. Fixes #528245.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ec2d5ad..533fe3d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2008-04-21 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: Olivier Crete <tester at tester dot ca>
+
+ * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
+ (new_ssrc_pad_found):
+ Ref caps when inserting into the cache.
+ Don't leak pads.
+
+ * gst/rtpmanager/gstrtpjitterbuffer.c:
+ (gst_rtp_jitter_buffer_get_clock_rate),
+ (gst_rtp_jitter_buffer_query):
+ Avoid a caps leak.
+ Don't leak refcount in query.
+
+ * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
+ (gst_rtp_pt_demux_chain):
+ Avoid caps leaks.
+
+ * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
+ (gst_rtp_session_init), (return_true),
+ (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
+ (gst_rtp_session_clock_rate):
+ Ref caps when inserting into the cache.
+ Fix some more caps leaks. Fixes #528245.
+
2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
* tests/icles/metadata_editor.c: