diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-03-22 22:14:29 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-03-22 22:14:29 +0000 |
commit | 63881aeec07deca048db446e532d990a11d87f84 (patch) | |
tree | cf6182b47a69f51d11b71336c74c4979157b39f1 /ChangeLog | |
parent | 0ca5b15aeeaa55e2851745b64d9b2fb78abc9ba1 (diff) | |
download | gst-plugins-bad-63881aeec07deca048db446e532d990a11d87f84.tar.gz gst-plugins-bad-63881aeec07deca048db446e532d990a11d87f84.tar.bz2 gst-plugins-bad-63881aeec07deca048db446e532d990a11d87f84.zip |
gst/interleave/deinterleave.c: Don't leak input buffer in chain function; maintain our own list of source pads - ther...
Original commit message from CVS:
* gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
(gst_deinterleave_remove_pads), (gst_deinterleave_process),
(gst_deinterleave_chain):
Don't leak input buffer in chain function; maintain our own list of
source pads - there are no guarantees about the order of the list
in the GstElement struct, and we want a very specific order; lastly,
some more debugging.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2007-03-22 Tim-Philipp Müller <tim at centricular dot net> + * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads), + (gst_deinterleave_remove_pads), (gst_deinterleave_process), + (gst_deinterleave_chain): + Don't leak input buffer in chain function; maintain our own list of + source pads - there are no guarantees about the order of the list + in the GstElement struct, and we want a very specific order; lastly, + some more debugging. + +2007-03-22 Tim-Philipp Müller <tim at centricular dot net> + * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init): Alloc user agent string only once. |