gstreamer/gst/rtpmanager
Wim Taymans 5171199836 gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns and does not block.
Original commit message from CVS:
* gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
(async_jitter_queue_pop_intern_unlocked):
Fix the case where the buffer underruns and does not block.
* gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
(create_recv_rtcp), (create_send_rtp), (create_rtcp),
(gst_rtp_bin_request_new_pad):
Rename RTCP send pad, like in the session manager.
Allow getting an RTCP pad for receiving even if we don't receive RTP.
fix handling of send_rtp_src pad.
* gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
When no pt map could be found, fall back to the sinkpad caps.
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
(gst_rtp_session_send_rtp), (create_recv_rtp_sink),
(create_recv_rtcp_sink), (create_send_rtp_sink),
(create_send_rtcp_src):
Fix pad names.
* gst/rtpmanager/rtpsession.c: (source_push_rtp),
(rtp_session_create_source), (rtp_session_process_sr),
(rtp_session_send_rtp), (session_start_rtcp):
* gst/rtpmanager/rtpsession.h:
Unlock session when performing a callback.
Add callbacks for the internal session object.
Fix sending of RTP packets.
first attempt at adding NTP times in the SR packets.
Small debug and doc improvements.
* gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
Update stats for SR reports.
2007-04-30 13:41:30 +00:00
..
.gitignore gst/rtpmanager/: Added custom marshallers for signals. 2007-04-10 09:14:07 +00:00
async_jitter_queue.c 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
async_jitter_queue.h Add RTP session management elements. Still in progress. 2007-04-03 09:13:17 +00:00
gstrtpbin-marshal.list gst/rtpmanager/gstrtpbin-marshal.list: Some more custom marshallers. 2007-04-11 13:49:54 +00:00
gstrtpbin.c 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
gstrtpbin.h gst/rtpmanager/gstrtpbin.*: Make default jitterbuffer latency configurable. 2007-04-25 15:48:46 +00:00
gstrtpclient.c gst/rtpmanager/: Protect lists and structures with locks. 2007-04-13 09:20:55 +00:00
gstrtpclient.h Add RTP session management elements. Still in progress. 2007-04-03 09:13:17 +00:00
gstrtpjitterbuffer.c gst/rtpmanager/gstrtpbin.*: Make default jitterbuffer latency configurable. 2007-04-25 15:48:46 +00:00
gstrtpjitterbuffer.h configure.ac: Disable rtpmanager for now because it depends on CVS -base. 2007-04-18 18:58:53 +00:00
gstrtpmanager.c gst/rtpmanager/gstrtpbin.*: Add debugging category. 2007-04-05 13:54:23 +00:00
gstrtpptdemux.c 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
gstrtpptdemux.h gst/rtpmanager/gstrtpbin-marshal.list: Some more custom marshallers. 2007-04-11 13:49:54 +00:00
gstrtpsession.c 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
gstrtpsession.h configure.ac: Disable rtpmanager for now because it depends on CVS -base. 2007-04-18 18:58:53 +00:00
gstrtpssrcdemux.c gst/rtpmanager/: Added custom marshallers for signals. 2007-04-10 09:14:07 +00:00
gstrtpssrcdemux.h gst/rtpmanager/gstrtpbin.*: Add debugging category. 2007-04-05 13:54:23 +00:00
Makefile.am configure.ac: Disable rtpmanager for now because it depends on CVS -base. 2007-04-18 18:58:53 +00:00
rtpsession.c 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
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/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.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