increment current, reset padding
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 4 Feb 2004 21:35:39 +0000 (21:35 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 4 Feb 2004 21:35:39 +0000 (21:35 +0000)
Original commit message from CVS:
increment current, reset padding

ChangeLog
configure.ac
gst/gstelement.h
gst/gstpad.h
gst/gstqueue.h
plugins/elements/gstqueue.h

index f3d0378..7c1fd4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+       * configure.ac:
+       * gst/gstelement.h:
+       * gst/gstpad.h:
+       * gst/gstqueue.h:
+          upgrade libtool CURRENT, reset padding
+
+2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
+
         * configure.ac:
           bump to prerelease
           put back AM_PROG_LIBTOOL to make libtoolize stop complaining
index 1dd151e..b75fed8 100644 (file)
@@ -26,7 +26,7 @@ dnl - library source changed -> increment REVISION
 dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
 dnl - interfaces added -> increment AGE
 dnl - interfaces removed -> AGE = 0
-AS_LIBTOOL(GST, 5, 0, 0)
+AS_LIBTOOL(GST, 6, 0, 0)
 AM_PROG_LIBTOOL
 
 AC_CONFIG_SRCDIR([gst/gst.c])
index 847d157..62dd9ef 100644 (file)
@@ -244,7 +244,7 @@ struct _GstElementClass {
   void                 (*set_index)            (GstElement *element, GstIndex *index);
 
   GstElementStateReturn        (*set_state)            (GstElement *element, GstElementState state);
-  gpointer _gst_reserved[GST_PADDING - 1];
+  gpointer _gst_reserved[GST_PADDING];
 };
 
 void                   gst_element_class_add_pad_template      (GstElementClass *klass, GstPadTemplate *templ);
index 831fa86..691ea5f 100644 (file)
@@ -203,7 +203,7 @@ struct _GstRealPad {
   GstPadLink                    *link;
   GstCaps                      *explicit_caps;
 
-  gpointer _gst_reserved[GST_PADDING - 2];
+  gpointer _gst_reserved[GST_PADDING];
 };
 
 struct _GstRealPadClass {
@@ -216,7 +216,7 @@ struct _GstRealPadClass {
   void                 (*unlinked)             (GstPad *pad, GstPad *peer);
   GstPadFixateFunction          appfixatefunc;
 
-  gpointer _gst_reserved[GST_PADDING - 1];
+  gpointer _gst_reserved[GST_PADDING];
 };
 
 struct _GstGhostPad {
index 6093498..d4ce602 100644 (file)
@@ -90,7 +90,7 @@ struct _GstQueue {
 
   GstCaps *negotiated_caps;
 
-  gpointer _gst_reserved[GST_PADDING - 1];
+  gpointer _gst_reserved[GST_PADDING];
 };
 
 struct _GstQueueClass {
index 6093498..d4ce602 100644 (file)
@@ -90,7 +90,7 @@ struct _GstQueue {
 
   GstCaps *negotiated_caps;
 
-  gpointer _gst_reserved[GST_PADDING - 1];
+  gpointer _gst_reserved[GST_PADDING];
 };
 
 struct _GstQueueClass {