summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-08-17 10:40:49 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-08-17 10:40:49 +0000
commit39d8ad89bc15e2ffd1c91e4f14d4b20e0ae2200c (patch)
treecd740953d789ad488cf80d5d12d245ea700b9c4c /ChangeLog
parent2333fb7ff7cf3eb5850f28eec2f60e12fcaf21f9 (diff)
downloadgst-plugins-bad-39d8ad89bc15e2ffd1c91e4f14d4b20e0ae2200c.tar.gz
gst-plugins-bad-39d8ad89bc15e2ffd1c91e4f14d4b20e0ae2200c.tar.bz2
gst-plugins-bad-39d8ad89bc15e2ffd1c91e4f14d4b20e0ae2200c.zip
ext/ogg/: Mark delta units in the muxer.
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate), (gst_ogg_pad_push): * ext/ogg/gstoggmux.c: (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers), (gst_ogg_mux_loop): Mark delta units in the muxer. Try to decode the packet after an out-of-sync error from libogg.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca0e788e..9260c40d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2004-08-17 Wim Taymans <wim@fluendo.com>
+ * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
+ (gst_ogg_pad_push):
+ * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
+ (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
+ (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
+ (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
+ Mark delta units in the muxer.
+ Try to decode the packet after an out-of-sync error from
+ libogg.
+
+2004-08-17 Wim Taymans <wim@fluendo.com>
+
* gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
(gst_multifdsink_init), (gst_multifdsink_add),
(gst_multifdsink_client_queue_buffer),