summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-12-29 15:49:37 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-12-29 15:49:37 +0000
commit231fcedd6dce08f8313b95c389288d021c257fb2 (patch)
treeb705d27e4273ed358459aa2304412a678e100187 /ChangeLog
parent0199de838b226e1f56a1867325c1b84f7891b248 (diff)
downloadgstreamer-plugins-bad-231fcedd6dce08f8313b95c389288d021c257fb2.tar.gz
gst/rtpmanager/gstrtpsession.c: Use method to get the internal SSRC.
Original commit message from CVS: * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_getcaps_send_rtp): Use method to get the internal SSRC. * gst/rtpmanager/rtpsession.c: (rtp_session_class_init), (rtp_session_set_property), (rtp_session_get_property): Add property to congiure the internal SSRC of the session. Fixes #565910.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0c44b296..149eaf815 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
2008-12-29 Wim Taymans <wim.taymans@collabora.co.uk>
+ * gst/rtpmanager/gstrtpsession.c:
+ (gst_rtp_session_getcaps_send_rtp):
+ Use method to get the internal SSRC.
+
+ * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
+ (rtp_session_set_property), (rtp_session_get_property):
+ Add property to congiure the internal SSRC of the session.
+ Fixes #565910.
+
+2008-12-29 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
+ (rtp_session_set_property), (rtp_session_get_property):
+ Add property to change the internal SSRC of the session.
+
+2008-12-29 Wim Taymans <wim.taymans@collabora.co.uk>
+
* gst/rtpmanager/rtpsession.c: (rtp_session_set_internal_ssrc):
Only change the SSRC of the session and reset the internal source when
the SSRC actually changed. See #565910.