diff options
Diffstat (limited to 'ext/cairo/gstcairorender.h')
-rw-r--r-- | ext/cairo/gstcairorender.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cairo/gstcairorender.h b/ext/cairo/gstcairorender.h index dcfaaffa..3f1000e6 100644 --- a/ext/cairo/gstcairorender.h +++ b/ext/cairo/gstcairorender.h @@ -43,7 +43,7 @@ struct _GstCairoRender /* Source */ cairo_surface_t *surface; - gint width, height; + gint width, height, stride; /* Sink */ gint64 offset, duration; |