diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-08-28 15:21:45 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-08-28 15:21:45 +0000 |
commit | 53025584c3e8491bfec4b8b474fbf39b4155319c (patch) | |
tree | 14cd5064dc8dd13929699d5a1ec8133a527d5138 /ChangeLog | |
parent | 23dbeaabc115ec76225ed44d65ade7ed4d668885 (diff) | |
download | gst-plugins-bad-53025584c3e8491bfec4b8b474fbf39b4155319c.tar.gz gst-plugins-bad-53025584c3e8491bfec4b8b474fbf39b4155319c.tar.bz2 gst-plugins-bad-53025584c3e8491bfec4b8b474fbf39b4155319c.zip |
gst/rtpmanager/gstrtpsession.c: Send EOS when the session object instructs us to.
Original commit message from CVS:
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
(gst_rtp_session_event_send_rtp_sink):
Send EOS when the session object instructs us to.
* gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
* gst/rtpmanager/rtpsession.h:
Make it possible for the session manager to instruct us to send EOS. We
currently will EOS when the session is a sender and when the sender part
goes EOS. This is not entirely correct behaviour because the session
could still participate as a receiver.
Fixes #549409.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2008-08-28 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp), + (gst_rtp_session_event_send_rtp_sink): + Send EOS when the session object instructs us to. + + * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout): + * gst/rtpmanager/rtpsession.h: + Make it possible for the session manager to instruct us to send EOS. We + currently will EOS when the session is a sender and when the sender part + goes EOS. This is not entirely correct behaviour because the session + could still participate as a receiver. + Fixes #549409. + 2008-08-27 Michael Smith <msmith@songbirdnest.com> * gst/aiffparse/aiffparse.c: |