gst/rtpmanager/gstrtpbin.c: Release pads of the session manager.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 7 Oct 2008 11:33:10 +0000 (11:33 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 7 Oct 2008 11:33:10 +0000 (11:33 +0000)
commitdbc5475c97bfef43d6c6b2361036b4cc2a884f18
treef8197217793291be81d997c42c5039e6a40a2fbb
parentbe12e7d67c453aa1253755b9a1061afd46f24f82
gst/rtpmanager/gstrtpbin.c: Release pads of the session manager.

Original commit message from CVS:
* gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
(free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
(remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
(gst_rtp_bin_release_pad):
Release pads of the session manager.
Start implementing releasing pads of gstrtpbin.
* gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
(remove_recv_rtcp_sink), (remove_send_rtp_sink),
(remove_send_rtcp_src), (gst_rtp_session_release_pad):
Implement releasing pads in gstrtpsession.
ChangeLog
common
gst/rtpmanager/gstrtpbin.c
gst/rtpmanager/gstrtpsession.c