Let VideoSink store the clock, since Cacasink inherits from there
[platform/upstream/gst-plugins-good.git] / ext / libcaca / gstcacasink.h
index 00685b6..c253eac 100644 (file)
@@ -74,10 +74,6 @@ struct _GstCACASink {
   gboolean antialiasing;
   guint red_mask, green_mask, blue_mask;
 
-  gint64 correction;
-  //GstClockID id;
-  GstClock *clock;
-
   struct caca_bitmap *bitmap;
 };