summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-02-01 19:00:48 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-02-01 19:00:48 +0000
commitc50cb6a421b36e10f3bf90b7606a57735c6d719c (patch)
tree4202f8c27e2b990e83ef5e50f343f8ad0b212744 /ChangeLog
parenta2d33623097a38c0246c7e2a013a7206dee3733f (diff)
libs/gst/base/gstcollectpads.*: Don't put the previously added destroy notify in the GstCollectData struct as all it'...
Original commit message from CVS: reviewed by: Tim-Philipp Müller <tim at centricular dot net> * libs/gst/base/gstcollectpads.c: (gst_collect_pads_finalize), (unref_data), (gst_collect_pads_add_pad_full): * libs/gst/base/gstcollectpads.h: Don't put the previously added destroy notify in the GstCollectData struct as all it's padding is already used and we don't want to break ABI. Instead put in the pad's GObject data for now. This should be cleaned up for 0.11 (#402393).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa8be70c1..da09d39fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
+ reviewed by: Tim-Philipp Müller <tim at centricular dot net>
+
+ * libs/gst/base/gstcollectpads.c: (gst_collect_pads_finalize),
+ (unref_data), (gst_collect_pads_add_pad_full):
+ * libs/gst/base/gstcollectpads.h:
+ Don't put the previously added destroy notify in the GstCollectData
+ struct as all it's padding is already used and we don't want to break
+ ABI. Instead put in the pad's GObject data for now. This should be
+ cleaned up for 0.11 (#402393).
+
+2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
+
reviewed by: Wim Taymans <wim@fluendo.com>
* docs/libs/gstreamer-libs-sections.txt: