summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-04-25 08:21:06 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-04-25 08:21:06 +0000
commit5fe12accc93103285ca323380b934833fc0f1bea (patch)
tree64ca7f4d7c00d19c1bd3dca297e01c09349b9627 /ChangeLog
parent9285e110ccb5b062926557f4ca5e682ea796267e (diff)
downloadgst-plugins-bad-5fe12accc93103285ca323380b934833fc0f1bea.tar.gz
gst-plugins-bad-5fe12accc93103285ca323380b934833fc0f1bea.tar.bz2
gst-plugins-bad-5fe12accc93103285ca323380b934833fc0f1bea.zip
gst/rtpmanager/gstrtpsession.c: Set up some internal links functions for the RTCP and sync pads because the defaults ...
Original commit message from CVS: * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink), (create_send_rtcp_src): Set up some internal links functions for the RTCP and sync pads because the defaults are really not correct. Implement a query handler for the RTCP src pad, mostly to correctly report about the latency.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d740633..cc78bdb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
+ * gst/rtpmanager/gstrtpsession.c:
+ (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
+ (create_send_rtcp_src):
+ Set up some internal links functions for the RTCP and sync pads because
+ the defaults are really not correct.
+ Implement a query handler for the RTCP src pad, mostly to correctly
+ report about the latency.
+
+2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
+
* gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
(gst_rtp_bin_sync_chain):
* gst/rtpmanager/rtpsession.c: (update_arrival_stats),