diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2004-06-12 10:55:09 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2004-06-12 10:55:09 +0000 |
commit | bfc81c673ef839f8af3c81b8e3d35b3856a44732 (patch) | |
tree | 17936ef9ed14f0b3f702259902144c52a8d48282 | |
parent | 3db2228e760dfed879f93eb5d57aa3239e69392f (diff) | |
download | gst-plugins-bad-bfc81c673ef839f8af3c81b8e3d35b3856a44732.tar.gz gst-plugins-bad-bfc81c673ef839f8af3c81b8e3d35b3856a44732.tar.bz2 gst-plugins-bad-bfc81c673ef839f8af3c81b8e3d35b3856a44732.zip |
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)
-rw-r--r-- | ChangeLog | 15 | ||||
m--------- | common | 0 |
2 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 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: Added ogg library so that OSX detects libtheora properly diff --git a/common b/common -Subproject 21888634686506a6938e435f9c4fd5a9f20ccc3 +Subproject 1af22afdec71295108f882c828e08f10d8a3e94 |