caps: _do_simplify() -> _simplify()
[platform/upstream/gstreamer.git] / gst / gstsystemclock.h
index 39d6083..42aadef 100644 (file)
@@ -57,7 +57,6 @@ typedef enum {
 
 /**
  * GstSystemClock:
- * @clock: The parent clock
  *
  * The default implementation of a #GstClock that uses the system time.
  */
@@ -65,10 +64,6 @@ struct _GstSystemClock {
   GstClock       clock;
 
   /*< private >*/
-  GThread       *thread;        /* thread for async notify */
-  gboolean       stopping;
-
-  /* ABI added */
   GstSystemClockPrivate *priv;
 
   gpointer _gst_reserved[GST_PADDING];