Thomas Vander Stichele
5a05f869b4
looping read for caps and headers
...
Original commit message from CVS:
looping read for caps and headers
2004-06-08 15:47:53 +00:00
Wim Taymans
fbd9b71c3a
gst/tcp/: Memory leak fixes
...
Original commit message from CVS:
* gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
(gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
(gst_tcp_gdp_write_caps):
* gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
* gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
(gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
Memory leak fixes
2004-06-08 14:24:52 +00:00
Andrew Turner
d95fa9f8e8
gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
...
Original commit message from CVS:
* gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
* gst/tcp/gsttcpclientsrc.h: idem
- define MSG_NOSIGNAL if not done
- include unistd.h for off_t
(fixes #143749 )
patch by Andrew Turner <zxombie@hotpop.com>
2004-06-05 15:40:10 +00:00
Thomas Vander Stichele
b5580efd05
don't get sigpipe on send
...
Original commit message from CVS:
don't get sigpipe on send
2004-06-03 15:34:07 +00:00
Thomas Vander Stichele
571a5cd7a6
use ssize_t over size_t avoid segfault in alsa
...
Original commit message from CVS:
use ssize_t over size_t
avoid segfault in alsa
2004-06-02 16:50:50 +00:00
Stéphane Loeuillet
23e3f829f4
zaheer :
...
Original commit message from CVS:
zaheer :
* gst/tcp/gsttcp.c:
* gst/tcp/gsttcpclientsrc.c:
* gst/tcp/gsttcpclientsrc.h:
* gst/tcp/gsttcpserversrc.c:
- portability fix, to compile on OSX
(fixes #143146 )
* sys/osxaudio/gstosxaudioelement.c:
* sys/osxaudio/gstosxaudiosink.c:
* sys/osxaudio/gstosxaudiosrc.c:
- compilation warnings on OSX
(fixes #143153 )
me :
* ext/vorbis/vorbisdec.c : sign warning fixes
* gst-libs/gst/mixer/mixertrack.c : forgoten include
to define newly used G_MAXINT32, bad owen, bad
2004-06-02 11:47:10 +00:00
Thomas Vander Stichele
253fc51655
add new tcp elements
...
Original commit message from CVS:
add new tcp elements
2004-05-20 10:15:31 +00:00
Thomas Vander Stichele
79d7ddc550
gsttcp -> gsttcpplugin
...
Original commit message from CVS:
gsttcp -> gsttcpplugin
2004-05-19 15:07:44 +00:00
Thomas Vander Stichele
f83cb187de
don't mix tabs and spaces
...
Original commit message from CVS:
don't mix tabs and spaces
2004-03-15 19:32:28 +00:00
Thomas Vander Stichele
4df3f18839
gst-indent
...
Original commit message from CVS:
gst-indent
2004-03-14 22:34:34 +00:00
Andy Wingo
80fece4f4b
remove copyright field from plugins
...
Original commit message from CVS:
remove copyright field from plugins
2003-12-04 10:37:39 +00:00
Ronald S. Bultje
3f9d4cbd08
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro...
...
Original commit message from CVS:
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
2003-11-07 12:47:02 +00:00
Benjamin Otte
71e2ed4a1c
fix for new plugin system
...
Original commit message from CVS:
fix for new plugin system
2003-11-02 21:55:15 +00:00
Zeeshan Ali
e05e44f6d5
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. :(
2003-07-17 23:04:46 +00:00