gst/playback/gstplaybasebin.c: Fix for #162924 - free caps after use, not before
authorTim-Philipp Müller <t.i.m@zen.co.uk>
Wed, 5 Jan 2005 10:11:23 +0000 (10:11 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 5 Jan 2005 10:11:23 +0000 (10:11 +0000)
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

ChangeLog

index 6ace607..d4b2ef1 100644 (file)
--- 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>