gstreamer/gst/rtpmanager
Wim Taymans 9e50d836d4 gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some...
Original commit message from CVS:
* gst/rtpmanager/Makefile.am:
* gst/rtpmanager/async_jitter_queue.c:
* gst/rtpmanager/async_jitter_queue.h:
* gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
(rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
(rtp_jitter_buffer_new), (compare_seqnum),
(rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
(rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
(rtp_jitter_buffer_get_ts_diff):
* gst/rtpmanager/rtpjitterbuffer.h:
Remove complicated async queue and replace with more simple jitterbuffer
code while also fixing some bugs.
* gst/rtpmanager/gstrtpbin-marshal.list:
* gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
(on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
(create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
(create_send_rtp):
* gst/rtpmanager/gstrtpbin.h:
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
(gst_jitter_buffer_sink_parse_caps),
(gst_rtp_jitter_buffer_flush_start),
(gst_rtp_jitter_buffer_flush_stop),
(gst_rtp_jitter_buffer_change_state),
(gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
(gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
* gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
(on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
(on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
(gst_rtp_session_init):
* gst/rtpmanager/gstrtpsession.h:
* gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
Use new jitterbuffer code.
Expose some new signals in preparation for handling EOS.
2007-08-10 17:16:53 +00:00
..
.gitignore gst/rtpmanager/: Added custom marshallers for signals. 2007-04-10 09:14:07 +00:00
gstrtpbin-marshal.list gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some... 2007-08-10 17:16:53 +00:00
gstrtpbin.c gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some... 2007-08-10 17:16:53 +00:00
gstrtpbin.h gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some... 2007-08-10 17:16:53 +00:00
gstrtpclient.c Add stdlib include (free, atoi, exit). 2007-07-18 07:35:32 +00:00
gstrtpclient.h Add RTP session management elements. Still in progress. 2007-04-03 09:13:17 +00:00
gstrtpjitterbuffer.c gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some... 2007-08-10 17:16:53 +00:00
gstrtpjitterbuffer.h Document stuff. 2007-05-23 13:08:52 +00:00
gstrtpmanager.c Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664. 2007-05-28 16:37:47 +00:00
gstrtpptdemux.c Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664. 2007-05-28 16:37:47 +00:00
gstrtpptdemux.h Document stuff. 2007-05-23 13:08:52 +00:00
gstrtpsession.c gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some... 2007-08-10 17:16:53 +00:00
gstrtpsession.h gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some... 2007-08-10 17:16:53 +00:00
gstrtpssrcdemux.c Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664. 2007-05-28 16:37:47 +00:00
gstrtpssrcdemux.h gst/rtpmanager/gstrtpbin.*: Add debugging category. 2007-04-05 13:54:23 +00:00
Makefile.am gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some... 2007-08-10 17:16:53 +00:00
rtpjitterbuffer.c gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some... 2007-08-10 17:16:53 +00:00
rtpjitterbuffer.h gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some... 2007-08-10 17:16:53 +00:00
rtpsession.c gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some... 2007-08-10 17:16:53 +00:00
rtpsession.h gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns and does not block. 2007-04-30 13:41:30 +00:00
rtpsource.c gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment, gst_qtde... 2007-05-10 14:02:07 +00:00
rtpsource.h gst/rtpmanager/gstrtpsession.c: Move reconsideration code to the rtpsession object. 2007-04-27 15:09:12 +00:00
rtpstats.c gst/rtpmanager/gstrtpsession.c: Remove debug. 2007-04-29 14:46:27 +00:00
rtpstats.h gst/rtpmanager/gstrtpsession.c: Move reconsideration code to the rtpsession object. 2007-04-27 15:09:12 +00:00