diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-01-13 17:13:51 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-01-13 17:13:51 +0000 |
commit | ad1aad031b6977213582c46860093136329837c6 (patch) | |
tree | a0270833abe6f057f9bef604eb4175f4b8c52249 | |
parent | aa58de03466a5888c497dba1eb91ac93d3b2a194 (diff) | |
download | gst-plugins-bad-ad1aad031b6977213582c46860093136329837c6.tar.gz gst-plugins-bad-ad1aad031b6977213582c46860093136329837c6.tar.bz2 gst-plugins-bad-ad1aad031b6977213582c46860093136329837c6.zip |
ext/ogg/gstoggmux.c: eos/bos debugging
Original commit message from CVS:
* ext/ogg/gstoggmux.c:
eos/bos debugging
* gst/tcp/gstmultifdsink.c:
* gst/tcp/gstmultifdsink.h:
* gst/tcp/gsttcp.c:
* gst/tcp/gsttcp.h:
* gst/tcp/gsttcpclientsink.c:
* gst/tcp/gsttcpclientsrc.c:
* gst/tcp/gsttcpserversink.c:
* gst/tcp/gsttcpserversrc.c:
improve reusability of elements after state changes and errors
make multifdsink throw away streamheaders when receiving new ones
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org> + + * ext/ogg/gstoggmux.c: + eos/bos debugging + * gst/tcp/gstmultifdsink.c: + * gst/tcp/gstmultifdsink.h: + * gst/tcp/gsttcp.c: + * gst/tcp/gsttcp.h: + * gst/tcp/gsttcpclientsink.c: + * gst/tcp/gsttcpclientsrc.c: + * gst/tcp/gsttcpserversink.c: + * gst/tcp/gsttcpserversrc.c: + improve reusability of elements after state changes and errors + make multifdsink throw away streamheaders when receiving new ones + 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/alsa/gstalsa.c: (gst_alsa_rates_probe): |