summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-05-18 11:36:40 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-05-18 11:36:40 +0000
commitbf428c55a647c238acd00e48af80ba53fe217387 (patch)
tree7625a50c18ab28a350ab8bf5456045409d5c8a6f /ChangeLog
parent3de054facb5d184719f50b001d6e56b143bab5eb (diff)
downloadgst-plugins-bad-bf428c55a647c238acd00e48af80ba53fe217387.tar.gz
gst-plugins-bad-bf428c55a647c238acd00e48af80ba53fe217387.tar.bz2
gst-plugins-bad-bf428c55a647c238acd00e48af80ba53fe217387.zip
ext/ogg/gstoggmux.c: Fix an ugly memleak where the muxer didn't flush enough ogg pages. This also resulted in badly m...
Original commit message from CVS: * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop): Fix an ugly memleak where the muxer didn't flush enough ogg pages. This also resulted in badly muxed ogg files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55027ad9..ea1a9170 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-05-18 Wim Taymans <wim@fluendo.com>
+
+ * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
+ (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
+ (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
+ (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
+ (gst_ogg_mux_loop):
+ Fix an ugly memleak where the muxer didn't flush enough ogg
+ pages. This also resulted in badly muxed ogg files.
+
2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* gst/asfdemux/asfheaders.c :