From 035e5c74bed160d568236961e4c955a946e8ec1f Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Thu, 18 Feb 2010 11:52:28 -0300 Subject: [PATCH] collectpads: Improve docs about 'data' attribute Adds a reminder to 'data' attribute doc Fixes #610366 --- libs/gst/base/gstcollectpads.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/gst/base/gstcollectpads.h b/libs/gst/base/gstcollectpads.h index f5ced28..a19ce99 100644 --- a/libs/gst/base/gstcollectpads.h +++ b/libs/gst/base/gstcollectpads.h @@ -130,6 +130,8 @@ typedef GstFlowReturn (*GstCollectPadsFunction) (GstCollectPads *pads, gpointer * @data: #GList of #GstCollectData managed by this #GstCollectPads. * * Collectpads object. + * Note that @data doesn't contain the complete #GstCollectData list + * at all times and should not be used for iterating them. */ struct _GstCollectPads { GstObject object; -- 2.7.4