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