diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-06-10 11:33:05 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-06-10 11:33:05 +0000 |
commit | 7e23252a566ae99a0ad7dd9cfc05f81a5cb43ebf (patch) | |
tree | c9195dd30260f3b0cd7c2c9ec7c38bb619b6aa3e /ChangeLog | |
parent | 6001fd12e1c042248c1e76eab3f21e4c0fdcc511 (diff) | |
download | gst-plugins-bad-7e23252a566ae99a0ad7dd9cfc05f81a5cb43ebf.tar.gz gst-plugins-bad-7e23252a566ae99a0ad7dd9cfc05f81a5cb43ebf.tar.bz2 gst-plugins-bad-7e23252a566ae99a0ad7dd9cfc05f81a5cb43ebf.zip |
ext/: Fix refcounting bugs
Original commit message from CVS:
* ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
(gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
(gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
* ext/theora/theoraenc.c: (theora_enc_chain):
Fix refcounting bugs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-06-10 Wim Taymans <wim@fluendo.com> + + * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer), + (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps), + (gst_ogg_mux_send_headers), (gst_ogg_mux_loop): + * ext/theora/theoraenc.c: (theora_enc_chain): + Fix refcounting bugs + 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init), |