ext/: Fix a small memory leak in vorbisenc.
authorMichael Smith <msmith@xiph.org>
Mon, 14 Nov 2005 16:11:53 +0000 (16:11 +0000)
committerMichael Smith <msmith@xiph.org>
Mon, 14 Nov 2005 16:11:53 +0000 (16:11 +0000)
commit84d7f7462ef355d1a5adb1ce1d0c1dfef50f3467
treefc9469ef90d7d93837749e3c6cc40e1f0a9626b3
parent38383d1d6fa42f05433c17700da284e3c4114f13
ext/: Fix a small memory leak in vorbisenc.

Original commit message from CVS:
* ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
(gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
(gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
(gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
(gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
(gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
* ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
(gst_vorbisenc_change_state):
Fix a small memory leak in vorbisenc.
Fix large memory leaks in oggmux, also fix lots of state change
bugs in oggmux.
ChangeLog
common
ext/ogg/gstoggmux.c
ext/vorbis/vorbisenc.c