diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-08 16:41:41 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-08 16:41:41 +0000 |
commit | b42fbbccd7e630a82b8d72dcba0cd2d9428190e2 (patch) | |
tree | 1d39b9a08c7b43c6d225ab7aa1cbd73a92bf82a0 /ChangeLog | |
parent | af328473410a55e57f974a353ccc68d5d2bd0b86 (diff) | |
download | gst-plugins-bad-b42fbbccd7e630a82b8d72dcba0cd2d9428190e2.tar.gz gst-plugins-bad-b42fbbccd7e630a82b8d72dcba0cd2d9428190e2.tar.bz2 gst-plugins-bad-b42fbbccd7e630a82b8d72dcba0cd2d9428190e2.zip |
mark buffers as streamheader
Original commit message from CVS:
mark buffers as streamheader
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org> + * ext/theora/theoraenc.c: (theora_buffer_from_packet), + (theora_push_buffer), (theora_push_packet), + (theora_set_header_on_caps), (theora_enc_chain): + mark buffers and put on streamheader, raw theora streaming + now works too, whee + +2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org> + + * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header), + (gst_tcp_gdp_read_caps): + do a looping read for caps and GDP headers too + +2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org> + * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get): * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get): return EOS instead of NULL in _get |