diff options
author | Olivier Crete <tester@tester.ca> | 2009-01-02 17:40:06 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2009-01-02 17:40:06 +0000 |
commit | c3060dfb647fbde116918eda3adee183fb7d35b7 (patch) | |
tree | 796e8301c451c1fb3ff195191341d724cf842673 /ChangeLog | |
parent | 0df77bfcd66cc9b96d3ed4d425e7beec26b24508 (diff) | |
download | gst-plugins-bad-c3060dfb647fbde116918eda3adee183fb7d35b7.tar.gz gst-plugins-bad-c3060dfb647fbde116918eda3adee183fb7d35b7.tar.bz2 gst-plugins-bad-c3060dfb647fbde116918eda3adee183fb7d35b7.zip |
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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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): |