summaryrefslogtreecommitdiff
path: root/libs/gst/base/gstcollectpads.h
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 /libs/gst/base/gstcollectpads.h
parenta2d33623097a38c0246c7e2a013a7206dee3733f (diff)
downloadgstreamer-c50cb6a421b36e10f3bf90b7606a57735c6d719c.tar.gz
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 'libs/gst/base/gstcollectpads.h')
-rw-r--r--libs/gst/base/gstcollectpads.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/gst/base/gstcollectpads.h b/libs/gst/base/gstcollectpads.h
index 660fc37220..39d9498462 100644
--- a/libs/gst/base/gstcollectpads.h
+++ b/libs/gst/base/gstcollectpads.h
@@ -75,8 +75,6 @@ struct _GstCollectData
gboolean new_segment;
gboolean eos;
gint refcount;
- /* since 0.10.12 */
- GstCollectDataDestroyNotify destroy_notify;
} ABI;
/* adding + 0 to mark ABI change to be undone later */
gpointer _gst_reserved[GST_PADDING + 0];