diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-08-29 16:56:27 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-08-29 16:56:27 +0000 |
commit | 696bf742122af762be421aa1c3638b8a265d8fd8 (patch) | |
tree | abbaa5f8b77889235b11b6d592a8fed6419307ec /ChangeLog | |
parent | 43ead5a174f0485578128afc7ad87de0deda92f9 (diff) | |
download | gst-plugins-bad-696bf742122af762be421aa1c3638b8a265d8fd8.tar.gz gst-plugins-bad-696bf742122af762be421aa1c3638b8a265d8fd8.tar.bz2 gst-plugins-bad-696bf742122af762be421aa1c3638b8a265d8fd8.zip |
gst/rtpmanager/gstrtpjitterbuffer.c: Improve Comments.
Original commit message from CVS:
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_loop):
Improve Comments.
* gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
(gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
(gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
(gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
(create_send_rtp_sink):
Also parse the sink caps for clock-rate instead of only relying on the
result of the signal.
* gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
Make sure we fetch the clock rate for payloads we are sending out so
that we can use it for SR reports.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2007-08-29 Wim Taymans <wim.taymans@gmail.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + (gst_rtp_jitter_buffer_loop): + Improve Comments. + + * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread), + (gst_rtp_session_change_state), (gst_rtp_session_parse_caps), + (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps), + (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink), + (create_send_rtp_sink): + Also parse the sink caps for clock-rate instead of only relying on the + result of the signal. + + * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp): + Make sure we fetch the clock rate for payloads we are sending out so + that we can use it for SR reports. + 2007-08-29 Zaheer Abbas Merali <zaheerabbas at merali dot org> * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property): |