summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOlivier Crete <tester@tester.ca>2009-01-02 17:40:06 +0000
committerWim Taymans <wim.taymans@gmail.com>2009-01-02 17:40:06 +0000
commitc3060dfb647fbde116918eda3adee183fb7d35b7 (patch)
tree796e8301c451c1fb3ff195191341d724cf842673 /ChangeLog
parent0df77bfcd66cc9b96d3ed4d425e7beec26b24508 (diff)
gst/rtpmanager/: When an SSRC is found on the caps of the sender RTP, use this as the internal SSRC. Fixes #565910.
Original commit message from CVS: Patch by: Olivier Crete <tester at tester dot ca> * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_setcaps_send_rtp), (create_send_rtp_sink): * gst/rtpmanager/rtpsession.c: (rtp_session_set_internal_ssrc): When an SSRC is found on the caps of the sender RTP, use this as the internal SSRC. Fixes #565910.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 127850ad9..83d64d7e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2009-01-02 Wim Taymans <wim.taymans@collabora.co.uk>
+ Patch by: Olivier Crete <tester at tester dot ca>
+
+ * gst/rtpmanager/gstrtpsession.c:
+ (gst_rtp_session_setcaps_send_rtp), (create_send_rtp_sink):
+ * gst/rtpmanager/rtpsession.c: (rtp_session_set_internal_ssrc):
+ When an SSRC is found on the caps of the sender RTP, use this as the
+ internal SSRC. Fixes #565910.
+
+2009-01-02 Wim Taymans <wim.taymans@collabora.co.uk>
+
* gst/rtpmanager/gstrtpsession.c:
(gst_rtp_session_event_send_rtp_sink),
(gst_rtp_session_getcaps_send_rtp):