diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-02-01 19:00:48 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-02-01 19:00:48 +0000 |
commit | c50cb6a421b36e10f3bf90b7606a57735c6d719c (patch) | |
tree | 4202f8c27e2b990e83ef5e50f343f8ad0b212744 /ChangeLog | |
parent | a2d33623097a38c0246c7e2a013a7206dee3733f (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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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: |