summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-03-22 22:14:29 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-03-22 22:14:29 +0000
commit63881aeec07deca048db446e532d990a11d87f84 (patch)
treecf6182b47a69f51d11b71336c74c4979157b39f1 /ChangeLog
parent0ca5b15aeeaa55e2851745b64d9b2fb78abc9ba1 (diff)
downloadgst-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdb9f190..3bc78999 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.