diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-08-16 11:40:16 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-08-16 11:40:16 +0000 |
commit | 6c781b9ca39a833912c4d1043922cd3430cfc9ec (patch) | |
tree | 4739198cee2937e819285572abc2043ff7cb21e9 /ChangeLog | |
parent | 7ba5df103c37071d46177de434fdb570df68a650 (diff) | |
download | gst-plugins-bad-6c781b9ca39a833912c4d1043922cd3430cfc9ec.tar.gz gst-plugins-bad-6c781b9ca39a833912c4d1043922cd3430cfc9ec.tar.bz2 gst-plugins-bad-6c781b9ca39a833912c4d1043922cd3430cfc9ec.zip |
gst/rtpmanager/gstrtpjitterbuffer.c: Fix EOS handling.
Original commit message from CVS:
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
(gst_rtp_jitter_buffer_loop):
Fix EOS handling.
Convert some DEBUG into WARNINGs.
Pause task when flushing.
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
(rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
Use system clock for RTCP session management timeouts.
* gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
(on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
Release the session lock when emiting signals.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ 2007-08-16 Wim Taymans <wim.taymans@gmail.com> + * gst/rtpmanager/gstrtpjitterbuffer.c: + (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain), + (gst_rtp_jitter_buffer_loop): + Fix EOS handling. + Convert some DEBUG into WARNINGs. + Pause task when flushing. + + * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init), + (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink): + Use system clock for RTCP session management timeouts. + + * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision), + (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout): + Release the session lock when emiting signals. + +2007-08-16 Wim Taymans <wim.taymans@gmail.com> + * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chanpos_to_gst): Add some debug info. |