From b51514fc266d8477aced8e99ffc9408729ada8de Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 26 Nov 2008 11:44:37 +0000 Subject: gst/rtpmanager/gstrtpbin.*: Remove a lot of per stream state that is not needed and pass new info in the method call. Original commit message from CVS: * gst/rtpmanager/gstrtpbin.c: (get_client), (gst_rtp_bin_reset_sync), (gst_rtp_bin_associate), (gst_rtp_bin_handle_sync), (create_stream), (gst_rtp_bin_class_init), (new_ssrc_pad_found): * gst/rtpmanager/gstrtpbin.h: Remove a lot of per stream state that is not needed and pass new info in the method call. Add signal to reset sync parameters. Avoid parsing the caps to get a clock_base, we get this from the sync signal now. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 74351f82..25abffae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-11-26 Wim Taymans + + * gst/rtpmanager/gstrtpbin.c: (get_client), + (gst_rtp_bin_reset_sync), (gst_rtp_bin_associate), + (gst_rtp_bin_handle_sync), (create_stream), + (gst_rtp_bin_class_init), (new_ssrc_pad_found): + * gst/rtpmanager/gstrtpbin.h: + Remove a lot of per stream state that is not needed and pass new info in + the method call. + Add signal to reset sync parameters. + Avoid parsing the caps to get a clock_base, we get this from the sync + signal now. + 2008-11-26 Sebastian Dröge * gst/mxf/mxfdemux.c: (gst_mxf_pad_init), -- cgit v1.2.1