summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-29 14:43:37 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-29 14:43:37 +0000
commit066598d8de5530a153adde3e457deb1734df5ea8 (patch)
tree283fa5e9db302e729aec3de776d9755c58ee6ce7 /ChangeLog
parent96b4ce16929b6e937cc353930a221c3459c99464 (diff)
gst/udp/gstmultiudpsink.c: Add code to drop membership of a multicast group.
Original commit message from CVS: * gst/udp/gstmultiudpsink.c: (leave_multicast), (gst_multiudpsink_add), (gst_multiudpsink_remove): Add code to drop membership of a multicast group. * gst/udp/gstudpsink.c: (gst_udpsink_update_uri), (gst_udpsink_set_uri): Implement URI handler. * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_parse_rtpinfo): Use URI handler to make udpsink instace. Improve code to configure port and destination.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 219554e4..a8cf688c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2007-04-29 Wim Taymans <wim@fluendo.com>
+ * gst/udp/gstmultiudpsink.c: (leave_multicast),
+ (gst_multiudpsink_add), (gst_multiudpsink_remove):
+ Add code to drop membership of a multicast group.
+
+ * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
+ (gst_udpsink_set_uri):
+ Implement URI handler.
+
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
+ (gst_rtspsrc_parse_rtpinfo):
+ Use URI handler to make udpsink instace.
+ Improve code to configure port and destination.
+
+2007-04-29 Wim Taymans <wim@fluendo.com>
+
* gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
Fix multicast detection.
Don't try to join a multicast group if the address is not multicast.