summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <t.i.m@zen.co.uk>2005-01-05 10:11:23 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-01-05 10:11:23 +0000
commitee8f077fbbd43e327442abeb699e30c45c4434d9 (patch)
tree90bd956969fa3cf963f5580ca4c08a6484039d38
parentc74ab62380d5d7aae86a35622150ec64d7059b56 (diff)
gst/playback/gstplaybasebin.c: Fix for #162924 - free caps after use, not before
Original commit message from CVS: patch by: Tim-Philipp Müller <t.i.m@zen.co.uk> * gst/playback/gstplaybasebin.c: Fix for #162924 - free caps after use, not before
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ace6076..d4b2ef12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
+
+ * gst/playback/gstplaybasebin.c:
+ Fix for #162924 - free caps after use, not before
+
2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>