gst/rtpmanager/gstrtpsession.c: Send EOS when the session object instructs us to.
authorWim Taymans <wim.taymans@gmail.com>
Thu, 28 Aug 2008 15:21:45 +0000 (15:21 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 11 Aug 2009 01:30:37 +0000 (02:30 +0100)
commit5c89bb2ab3a15eafcb59581cfc2bf5e477cafc73
tree581d4d67cd8d16417614cc2e3f1477439daffff0
parent62ecaee7488a18fb71ef012b0161a227576d1e87
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.
gst/rtpmanager/gstrtpsession.c
gst/rtpmanager/rtpsession.c
gst/rtpmanager/rtpsession.h