summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-06-23 16:42:22 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-06-23 16:42:22 +0000
commit095055631c00a397fda9192c26041a02bd4c7bd5 (patch)
tree6f9fcc017b1f22addf360f01d7639e7eae7149a8
parent933db23f048afd447ac2687747158008c1a5c6c7 (diff)
downloadgst-plugins-bad-095055631c00a397fda9192c26041a02bd4c7bd5.tar.gz
gst-plugins-bad-095055631c00a397fda9192c26041a02bd4c7bd5.tar.bz2
gst-plugins-bad-095055631c00a397fda9192c26041a02bd4c7bd5.zip
gst/auparse/gstauparse.c: Don't leak caps (#308794).
Original commit message from CVS: Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * gst/auparse/gstauparse.c: (gst_auparse_chain): Don't leak caps (#308794).
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d442dcd5..95510d86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-06-23 Antoine Tremblay <hexa00 at gmail dot com>
+
+ Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/auparse/gstauparse.c: (gst_auparse_chain):
+ Don't leak caps (#308794).
+
2005-06-23 Tim-Philipp Müller <tim at centricular dot net>
* gst/audioscale/gstaudioscale.c: (gst_audioscale_get_buffer),