ext/: Fix refcounting bugs
authorWim Taymans <wim.taymans@gmail.com>
Thu, 10 Jun 2004 11:33:05 +0000 (11:33 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 10 Jun 2004 11:33:05 +0000 (11:33 +0000)
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

ChangeLog

index d4d3979..d7c1fad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),