diff options
author | Peter Kjellerstedt <pkj@axis.com> | 2008-04-09 22:27:50 +0000 |
---|---|---|
committer | Peter Kjellerstedt <pkj@axis.com> | 2008-04-09 22:27:50 +0000 |
commit | fbc2a12aa59eaf3bd8f02eb0fb01929e25580e70 (patch) | |
tree | f6eff732b8bbb68700a94168a0f2555f137cd1d6 /ChangeLog | |
parent | ad302618b6dfacfcf675456f2e6952f25f222eae (diff) | |
download | gst-plugins-bad-fbc2a12aa59eaf3bd8f02eb0fb01929e25580e70.tar.gz gst-plugins-bad-fbc2a12aa59eaf3bd8f02eb0fb01929e25580e70.tar.bz2 gst-plugins-bad-fbc2a12aa59eaf3bd8f02eb0fb01929e25580e70.zip |
gst/rtpmanager/: Avoid leaking pads in the RTP manager.
Original commit message from CVS:
* gst/rtpmanager/gstrtpbin.c: (free_session):
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
Avoid leaking pads in the RTP manager.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-04-10 Peter Kjellerstedt <pkj@axis.com> + + * gst/rtpmanager/gstrtpbin.c: (free_session): + * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize): + Avoid leaking pads in the RTP manager. + 2008-04-09 Jan Schmidt <Jan.Schmidt@sun.com> * gst/nsf/nes_apu.c: (apu_process): |