summaryrefslogtreecommitdiff
path: root/sys/xvimage/xvimageallocator.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/xvimage/xvimageallocator.c')
-rw-r--r--sys/xvimage/xvimageallocator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xvimage/xvimageallocator.c b/sys/xvimage/xvimageallocator.c
index 9c75489b5..3a2728c23 100644
--- a/sys/xvimage/xvimageallocator.c
+++ b/sys/xvimage/xvimageallocator.c
@@ -343,7 +343,7 @@ gst_xvimage_allocator_peek_context (GstXvImageAllocator * allocator)
GstMemory *
gst_xvimage_allocator_alloc (GstXvImageAllocator * allocator, gint im_format,
const GstVideoInfo * info, gint padded_width, gint padded_height,
- GstVideoRectangle * crop, GError ** error)
+ const GstVideoRectangle * crop, GError ** error)
{
int (*handler) (Display *, XErrorEvent *);
gboolean success = FALSE;