Let VideoSink store the clock, since Cacasink inherits from there
[platform/upstream/gst-plugins-good.git] / ext / libcaca / gstcacasink.h
index 0aa63c8..c253eac 100644 (file)
@@ -22,7 +22,7 @@
 #define __GST_CACASINK_H__
 
 #include <gst/gst.h>
-#include <gst/video/gstvideosink.h>
+#include <gst/video/videosink.h>
 #include <gst/video/video.h>
 
 #include <caca.h>
@@ -74,9 +74,6 @@ struct _GstCACASink {
   gboolean antialiasing;
   guint red_mask, green_mask, blue_mask;
 
-  gint64 correction;
-  GstClockID id;
-
   struct caca_bitmap *bitmap;
 };