summaryrefslogtreecommitdiffstats
path: root/gst/videomixer/videomixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videomixer/videomixer.h')
-rw-r--r--gst/videomixer/videomixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videomixer/videomixer.h b/gst/videomixer/videomixer.h
index 160a2e70..707bf27b 100644
--- a/gst/videomixer/videomixer.h
+++ b/gst/videomixer/videomixer.h
@@ -82,7 +82,6 @@ struct _GstVideoMixer
gint in_width, in_height;
gint out_width, out_height;
- gint bpp;
gboolean setcaps;
gboolean sendseg;
@@ -104,6 +103,7 @@ struct _GstVideoMixer
void (*fill_checker) (guint8 * dest, gint width, gint height);
void (*fill_color) (guint8 * dest, gint width, gint height, gint colY, gint colU, gint colV);
+ size_t (*calculate_frame_size) (gint width, gint height);
};
struct _GstVideoMixerClass