summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-09 16:23:58 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-09 16:23:58 +0000
commit4a19260c75dd30fbbbf2325931cfd155d4fdd183 (patch)
tree33d7b0b6e691ecd928e82a5af3b96d6d0db8b0b6 /ChangeLog
parent629b2a910b37aac49a3e28718220cdf3a2228bdc (diff)
gst/gstutils.c: Fix a caps memory leak introduced by the last change.
Original commit message from CVS: * gst/gstutils.c: (gst_element_get_compatible_pad): Fix a caps memory leak introduced by the last change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 892cb50b0b..e26b044648 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/gstutils.c: (gst_element_get_compatible_pad):
+ Fix a caps memory leak introduced by the last change.
+
+2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/gstutils.c: (gst_element_get_compatible_pad):
Check if the caps of the pads are compatible before returning
a pad and claiming it is compatible. This, among other things,
fixes a bug with gst-launch where an incompatible pad is chosen