aggregator: Assert if the sink/src pad type that is to be used is not a GstAggregator...
[platform/upstream/gstreamer.git] / libs / gst / base / gstindex.h
index 7e22efc..4761465 100644 (file)
@@ -17,8 +17,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #ifndef __GST_INDEX_H__
@@ -27,6 +27,7 @@
 #include <gst/gstobject.h>
 #include <gst/gstformat.h>
 #include <gst/gstpluginfeature.h>
+#include <gst/base/base-prelude.h>
 
 G_BEGIN_DECLS
 
@@ -217,6 +218,7 @@ struct _GstIndexEntry {
       const gchar       *key;
     } format;
   } data;
+  // FIXME 2.0: add padding
 };
 
 /**
@@ -238,6 +240,7 @@ struct _GstIndexGroup {
 
   /* peer group that contains more certain entries */
   gint peergroup;
+  // FIXME 2.0: add padding
 };
 
 /**