ext/ogg/gstoggmux.c: Fix an ugly memleak where the muxer didn't flush enough ogg...
authorWim Taymans <wim.taymans@gmail.com>
Tue, 18 May 2004 11:36:40 +0000 (11:36 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 18 May 2004 11:36:40 +0000 (11:36 +0000)
commitdb9cdcef0f3d49fa337a31cbd5b260fdb8037af6
tree3bbd2efb1a06e8ea88e527c6c3f1501d9fd95210
parent754cf8b99b2bf2b3231f832511e9efcf51db5a61
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.
ChangeLog
ext/ogg/gstoggmux.c