diff options
| author | Rob Taylor <robtaylor@floopily.org> | 2006-07-10 10:21:57 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2006-07-10 10:21:57 +0000 |
| commit | 94be718ca3b7c99b3342f262d2cea52ccb73cca3 (patch) | |
| tree | e0dee6eba530547dde1a60b9c0b4dc991bd30cde /ChangeLog | |
| parent | a6b2a99472d181451dc60ab18c3d32cdd2bfb4c2 (diff) | |
gst/udp/gstmultiudpsink.c: If a destination is added before the stream is set to PAUSED, the multicast group is not j...
Original commit message from CVS:
Patch by: Rob Taylor <robtaylor at floopily dot org>
* gst/udp/gstmultiudpsink.c: (join_multicast),
(gst_multiudpsink_init_send), (gst_multiudpsink_add):
If a destination is added before the stream is set to PAUSED, the
multicast group is not joined as the socket is not created yet.
Also TTL and LOOP should also be set. Fixes #346921.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-07-10 Wim Taymans <wim@fluendo.com> + + Patch by: Rob Taylor <robtaylor at floopily dot org> + + * gst/udp/gstmultiudpsink.c: (join_multicast), + (gst_multiudpsink_init_send), (gst_multiudpsink_add): + If a destination is added before the stream is set to PAUSED, the + multicast group is not joined as the socket is not created yet. + Also TTL and LOOP should also be set. Fixes #346921. + 2006-07-09 Zaheer Abbas Merali <zaheerabbas at merali dot org> * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get), |
