diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-12-12 16:59:03 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-12-12 16:59:03 +0000 |
commit | 8dcd3dd27e3fb88d0aa6803163d68a5157171a2f (patch) | |
tree | 61edfaedd4d76995de5fa4951f854cb77d58a7bf /ChangeLog | |
parent | 4e481affe2d802842444d735cdd1fb7c2e351d37 (diff) | |
download | gst-plugins-bad-8dcd3dd27e3fb88d0aa6803163d68a5157171a2f.tar.gz gst-plugins-bad-8dcd3dd27e3fb88d0aa6803163d68a5157171a2f.tar.bz2 gst-plugins-bad-8dcd3dd27e3fb88d0aa6803163d68a5157171a2f.zip |
gst/rtpmanager/: Clean up the dynamic pads when going to READY.
Original commit message from CVS:
* gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
(gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
(gst_rtp_pt_demux_change_state):
* gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
(gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
(gst_rtp_ssrc_demux_change_state):
Clean up the dynamic pads when going to READY.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2007-12-12 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize), + (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release), + (gst_rtp_pt_demux_change_state): + * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset), + (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query), + (gst_rtp_ssrc_demux_change_state): + Clean up the dynamic pads when going to READY. + +2007-12-12 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize), (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string), (gst_rtp_bin_handle_message): |