summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-11-22 15:31:36 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-11-22 15:31:36 +0000
commit81933ab62410e87a058c03663df249f651d46d26 (patch)
treec18c3e7feb372811144c83d32f4a13de9e9fc254 /ChangeLog
parenta44013a44c2ead008a69f6270d6585931a82e9a7 (diff)
downloadgst-plugins-bad-81933ab62410e87a058c03663df249f651d46d26.tar.gz
gst-plugins-bad-81933ab62410e87a058c03663df249f651d46d26.tar.bz2
gst-plugins-bad-81933ab62410e87a058c03663df249f651d46d26.zip
gst/rtpmanager/rtpsession.c: Add property to configure the RTCP MTU.
Original commit message from CVS: * gst/rtpmanager/rtpsession.c: (rtp_session_class_init), (rtp_session_init), (rtp_session_set_property), (rtp_session_get_property): Add property to configure the RTCP MTU.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2e1ea2a..680312d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
+ (rtp_session_init), (rtp_session_set_property),
+ (rtp_session_get_property):
+ Add property to configure the RTCP MTU.
+
+2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
(copy_source), (rtp_session_create_sources),
(rtp_session_get_property):
Add G_PARAM_STATIC_STRINGS.