gstreamer/gst/rtpmanager
Wim Taymans 23883be047 gst/rtpmanager/gstrtpbin.c: fix for pad name change
Original commit message from CVS:
* gst/rtpmanager/gstrtpbin.c: (create_rtcp):
fix for pad name change
* gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
(gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
Fix for renamed methods.
* gst/rtpmanager/rtpsession.c: (rtp_session_init),
(rtp_session_finalize), (rtp_session_set_cname),
(rtp_session_get_cname), (rtp_session_set_name),
(rtp_session_get_name), (rtp_session_set_email),
(rtp_session_get_email), (rtp_session_set_phone),
(rtp_session_get_phone), (rtp_session_set_location),
(rtp_session_get_location), (rtp_session_set_tool),
(rtp_session_get_tool), (rtp_session_set_note),
(rtp_session_get_note), (source_push_rtp), (obtain_source),
(rtp_session_add_source), (rtp_session_get_source_by_ssrc),
(rtp_session_create_source), (rtp_session_process_rtp),
(rtp_session_process_sr), (rtp_session_process_sdes),
(rtp_session_process_rtcp), (rtp_session_send_rtp),
(rtp_session_get_reporting_interval), (session_report_blocks),
(session_sdes), (rtp_session_perform_reporting):
* gst/rtpmanager/rtpsession.h:
Prepare for implementing SSRC sampling.
Create SSRC for the session.
Add methods to set the SDES entries.
fix accounting of senders/receivers.
Implement SR/RR/SDES RTCP reporting.
* gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
(rtp_source_process_rtp), (rtp_source_process_sr):
* gst/rtpmanager/rtpsource.h:
Implement extended sequence number.
* gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
* gst/rtpmanager/rtpstats.h:
Rename some fields.
2009-08-11 02:30:25 +01:00
..
.gitignore gst/rtpmanager/: Added custom marshallers for signals. 2009-08-11 02:30:24 +01:00
async_jitter_queue.c Add RTP session management elements. Still in progress. 2009-08-11 02:30:23 +01:00
async_jitter_queue.h Add RTP session management elements. Still in progress. 2009-08-11 02:30:23 +01:00
gstrtpbin-marshal.list gst/rtpmanager/gstrtpbin-marshal.list: Some more custom marshallers. 2009-08-11 02:30:24 +01:00
gstrtpbin.c gst/rtpmanager/gstrtpbin.c: fix for pad name change 2009-08-11 02:30:25 +01:00
gstrtpbin.h gst/rtpmanager/: Protect lists and structures with locks. 2009-08-11 02:30:25 +01:00
gstrtpclient.c gst/rtpmanager/: Protect lists and structures with locks. 2009-08-11 02:30:25 +01:00
gstrtpclient.h Add RTP session management elements. Still in progress. 2009-08-11 02:30:23 +01:00
gstrtpjitterbuffer.c gst/rtpmanager/gstrtpbin.c: Emit pt map requests and cache results. 2009-08-11 02:30:25 +01:00
gstrtpjitterbuffer.h configure.ac: Disable rtpmanager for now because it depends on CVS -base. 2009-08-11 02:30:25 +01:00
gstrtpmanager.c gst/rtpmanager/gstrtpbin.*: Add debugging category. 2009-08-11 02:30:24 +01:00
gstrtpptdemux.c gst/rtpmanager/gstrtpbin.c: Emit pt map requests and cache results. 2009-08-11 02:30:25 +01:00
gstrtpptdemux.h gst/rtpmanager/gstrtpbin-marshal.list: Some more custom marshallers. 2009-08-11 02:30:24 +01:00
gstrtpsession.c gst/rtpmanager/gstrtpbin.c: fix for pad name change 2009-08-11 02:30:25 +01:00
gstrtpsession.h configure.ac: Disable rtpmanager for now because it depends on CVS -base. 2009-08-11 02:30:25 +01:00
gstrtpssrcdemux.c gst/rtpmanager/: Added custom marshallers for signals. 2009-08-11 02:30:24 +01:00
gstrtpssrcdemux.h gst/rtpmanager/gstrtpbin.*: Add debugging category. 2009-08-11 02:30:24 +01:00
Makefile.am configure.ac: Disable rtpmanager for now because it depends on CVS -base. 2009-08-11 02:30:25 +01:00
rtpsession.c gst/rtpmanager/gstrtpbin.c: fix for pad name change 2009-08-11 02:30:25 +01:00
rtpsession.h gst/rtpmanager/gstrtpbin.c: fix for pad name change 2009-08-11 02:30:25 +01:00
rtpsource.c gst/rtpmanager/gstrtpbin.c: fix for pad name change 2009-08-11 02:30:25 +01:00
rtpsource.h gst/rtpmanager/gstrtpbin.c: fix for pad name change 2009-08-11 02:30:25 +01:00
rtpstats.c gst/rtpmanager/gstrtpbin.c: fix for pad name change 2009-08-11 02:30:25 +01:00
rtpstats.h gst/rtpmanager/gstrtpbin.c: fix for pad name change 2009-08-11 02:30:25 +01:00