caps: _do_simplify() -> _simplify()
[platform/upstream/gstreamer.git] / gst / gstsystemclock.h
index 4f372de..42aadef 100644 (file)
@@ -64,13 +64,9 @@ struct _GstSystemClock {
   GstClock       clock;
 
   /*< private >*/
-  GThread       *thread;        /* thread for async notify */
-  gboolean       stopping;
-
-  /* ABI added */
   GstSystemClockPrivate *priv;
 
-  gpointer _gst_reserved[GST_PADDING - 1];
+  gpointer _gst_reserved[GST_PADDING];
 };
 
 struct _GstSystemClockClass {