diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2008-05-21 17:35:50 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2008-05-21 17:35:50 +0000 |
| commit | e206f74bcea198673e6e64f04218d7c72a56efcd (patch) | |
| tree | 47ff9b26c2813960bae7c522028e9e7f01773bd1 /ChangeLog | |
| parent | 961eed538b8dff2f9ee059cf2ce45ecf0c715351 (diff) | |
gst/udp/: Joining a multicast group and setting the loop/ttl properties are totally unrelated tasks are must be separ...
Original commit message from CVS:
* gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
(gst_multiudpsink_add_internal):
* gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
(gst_udp_join_group):
* gst/udp/gstudpnetutils.h:
* gst/udp/gstudpsrc.c: (gst_udpsrc_start):
Joining a multicast group and setting the loop/ttl properties are
totally unrelated tasks are must be separated.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send), + (gst_multiudpsink_add_internal): + * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl), + (gst_udp_join_group): + * gst/udp/gstudpnetutils.h: + * gst/udp/gstudpsrc.c: (gst_udpsrc_start): + Joining a multicast group and setting the loop/ttl properties are + totally unrelated tasks are must be separated. + 2008-05-21 Stefan Kost <ensonic@users.sf.net> * gst/avi/gstavimux.c: |
