Merge branch 'master' into 0.11
[platform/upstream/gst-plugins-good.git] / ext / libcaca / gstcacasink.h
index 580567a..db041d9 100644 (file)
@@ -49,12 +49,11 @@ typedef struct _GstCACASinkClass GstCACASinkClass;
 struct _GstCACASink {
   GstBaseSink parent;
 
-  gint width, height;
+  GstVideoInfo info;
   gint screen_width, screen_height;
-  guint bpp;
+
   guint dither;
   gboolean antialiasing;
-  guint red_mask, green_mask, blue_mask;
 
   struct caca_bitmap *bitmap;
 };