mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
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)
This commit is contained in:
parent
343fa98c48
commit
442ded22f0
2 changed files with 16 additions and 1 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
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)
|
||||
|
||||
2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 21888634686506a6938e435f9c4fd5a9f20ccc3e
|
||||
Subproject commit 1af22afdec71295108f882c828e08f10d8a3e94b
|
Loading…
Reference in a new issue