From: Wim Taymans Date: Thu, 10 Jun 2004 11:33:05 +0000 (+0000) Subject: ext/: Fix refcounting bugs X-Git-Tag: BRANCH-GSTREAMER-0_8-ROOT~956 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3d78f6799e23f94ee730b5efcd6cb28dd400379;p=platform%2Fupstream%2Fgst-plugins-good.git 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 --- diff --git a/ChangeLog b/ChangeLog index d4d3979..d7c1fad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-06-10 Wim Taymans + + * 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 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),