mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
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.
This commit is contained in:
parent
d806b36fb8
commit
9e2fcaede3
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
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 :
|
||||
|
|
Loading…
Reference in a new issue