A TCP plugin could be needed by many, including wtay himself cause he is sitting...
authorZeeshan Ali <zeenix@gmail.com>
Thu, 17 Jul 2003 23:04:46 +0000 (23:04 +0000)
committerZeeshan Ali <zeenix@gmail.com>
Thu, 17 Jul 2003 23:04:46 +0000 (23:04 +0000)
commite05e44f6d57ba3ba24945c3c8ccca6aa5ab8ac71
tree9083f175c3aa9a54675bde487fb48e92a1c8fcef
parent8bd20d2b8d1ee339269bed9b2d73bdeadac538fb
A TCP plugin could be needed by many, including wtay himself cause he is sitting behind a firewall blocking UDP and h...

Original commit message from CVS:
A TCP plugin could be needed by many, including wtay himself cause he is sitting behind a firewall blocking UDP and he can't hear or see me. :) Shamefully most of the code is from udpsrc/sink. Still timestamping/clock does'nt work. :(
gst/tcp/Makefile.am [new file with mode: 0644]
gst/tcp/README [new file with mode: 0644]
gst/tcp/gsttcp.c [new file with mode: 0644]
gst/tcp/gsttcp.h [new file with mode: 0644]
gst/tcp/gsttcpplugin.c [new file with mode: 0644]
gst/tcp/gsttcpplugin.h [new file with mode: 0644]
gst/tcp/gsttcpsink.c [new file with mode: 0644]
gst/tcp/gsttcpsink.h [new file with mode: 0644]
gst/tcp/gsttcpsrc.c [new file with mode: 0644]
gst/tcp/gsttcpsrc.h [new file with mode: 0644]