[Bug 706387] rtpbin: Can not stop pipe with EOS event
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Aug 23 03:44:03 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=706387
GStreamer | gst-plugins-good | 1.0.8
--- Comment #8 from Wim Taymans <wim.taymans at gmail.com> 2013-08-23 10:43:58 UTC ---
A bit more complicated than just forwarding EOS:
When EOS is received on the session recv_rtp_sink, it means the receiver part
is stopping, it's still possible that we want to send RTCP, so we can't really
send EOS on the send_rtcp_src pad, we need to wait until all sources time out
and we have an empty session. We could assume that when we also get EOS on the
recv_rtcp_sink pad, we are never going to hear anything from the sources
anymore and we can time them out immediately and send EOS on the send_rtcp_src
pad.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list