gst/tcp/: Modified the tcp plugins so they are portable (IPv4,IPv6, any future versio...
authorZaheer Abbas Merali <zaheerabbas@merali.org>
Sat, 12 Jun 2004 10:55:09 +0000 (10:55 +0000)
committerZaheer Abbas Merali <zaheerabbas@merali.org>
Sat, 12 Jun 2004 10:55:09 +0000 (10:55 +0000)
commit442ded22f04e9cc0c89c40c4f62877e4d703921d
tree5a82fe31329227062a5e1db09fca2f88d561cc6a
parent343fa98c48a6fa7de97dcc97fb261b84263d7907
gst/tcp/: Modified the tcp plugins so they are portable (IPv4,IPv6, any future version of IP)

Original commit message from CVS:
2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>

* gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
* gst/tcp/gsttcpclientsink.h:
* gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
* gst/tcp/gsttcpclientsrc.h:
* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
(gst_tcpserversink_handle_server_read),
(gst_tcpserversink_init_send):
* gst/tcp/gsttcpserversink.h:
* gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
* gst/tcp/gsttcpserversrc.h:
Modified the tcp plugins so they are portable (IPv4,IPv6, any future
version of IP)
ChangeLog
common