gstreamer/gst/rtpmanager
Olivier Crete 3f58847080 gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpmanager.
Original commit message from CVS:
Patch by: Olivier Crete <tester at tester dot ca>
* gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
(check_collision), (obtain_source), (rtp_session_create_new_ssrc),
(rtp_session_create_source), (rtp_session_process_rtp),
(rtp_session_process_sr), (rtp_session_process_rr),
(rtp_session_process_sdes), (rtp_session_process_bye),
(rtp_session_send_bye_locked), (rtp_session_send_bye),
(rtp_session_on_timeout):
* gst/rtpmanager/rtpsession.h:
Implement collision and loop detection in rtpmanager.
Fixes #520626.
* gst/rtpmanager/rtpsource.c: (rtp_source_reset),
(rtp_source_init):
* gst/rtpmanager/rtpsource.h:
Add method to reset stats.
2009-08-11 02:30:34 +01:00
..
.gitignore gst/rtpmanager/: Added custom marshallers for signals. 2009-08-11 02:30:24 +01:00
gstrtpbin-marshal.list gst/rtpmanager/: Updated example pipelines in docs. 2009-08-11 02:30:29 +01:00
gstrtpbin.c gst/rtpmanager/gstrtpbin.c: Fix small memory leak, leaking caps. Fixes #bug 517571. 2009-08-11 02:30:34 +01:00
gstrtpbin.h gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00
gstrtpclient.c gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00
gstrtpclient.h gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00
gstrtpjitterbuffer.c gst/rtpmanager/gstrtpjitterbuffer.c: Try to get the new clock-rate from the buffer caps when we receive a new payload... 2009-08-11 02:30:33 +01:00
gstrtpjitterbuffer.h gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00
gstrtpmanager.c gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00
gstrtpptdemux.c gst/rtpmanager/: Clean up the dynamic pads when going to READY. 2009-08-11 02:30:32 +01:00
gstrtpptdemux.h gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00
gstrtpsession.c gst/rtpmanager/gstrtpsession.c: Avoid a deadlock when joining the RTCP thread in PAUSED because it might be blocked d... 2009-08-11 02:30:34 +01:00
gstrtpsession.h gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00
gstrtpssrcdemux.c gst/rtpmanager/gstrtpssrcdemux.c: Don't clean up pads when going to PAUSED. 2009-08-11 02:30:32 +01:00
gstrtpssrcdemux.h gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00
Makefile.am gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some... 2009-08-11 02:30:28 +01:00
rtpjitterbuffer.c gst/rtpmanager/rtpjitterbuffer.c: Don't try to reset the clock skew when we have no timestamps. 2009-08-11 02:30:34 +01:00
rtpjitterbuffer.h gst/rtpmanager/: Remove the fixed clock-rate from the jitterbuffer and extend it so that a clock-rate can be provided... 2009-08-11 02:30:33 +01:00
rtpsession.c gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpmanager. 2009-08-11 02:30:34 +01:00
rtpsession.h gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpmanager. 2009-08-11 02:30:34 +01:00
rtpsource.c gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpmanager. 2009-08-11 02:30:34 +01:00
rtpsource.h gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpmanager. 2009-08-11 02:30:34 +01:00
rtpstats.c gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00
rtpstats.h gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00