diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-06-29 15:25:10 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-06-29 15:25:10 +0000 |
commit | ac071e9babe8645253a1b47e3de2160326ee4540 (patch) | |
tree | 37aa9d043c27f927cff1c90f1a95994f147d2c68 | |
parent | 624814ddda676c70d9fc11b296ed744205e436a0 (diff) |
ext/ogg/: Fix memleak in oggdemux when running unconnected pads. doc update in mux, start working on keyframe mode.
Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
* ext/ogg/gstoggmux.c:
Fix memleak in oggdemux when running unconnected pads.
doc update in mux, start working on keyframe mode.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-06-29 Wim Taymans <wim@fluendo.com> + + * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push): + * ext/ogg/gstoggmux.c: + Fix memleak in oggdemux when running unconnected pads. + doc update in mux, start working on keyframe mode. + 2004-06-29 Benjamin Otte <otte@gnome.org> * sys/oss/gstosssink.c: |