diff --git a/sys/va/gstvadecoder.h b/sys/va/gstvadecoder.h index ec0a912129..d44771ca07 100644 --- a/sys/va/gstvadecoder.h +++ b/sys/va/gstvadecoder.h @@ -27,7 +27,7 @@ G_BEGIN_DECLS typedef struct _GstVaDecodePicture GstVaDecodePicture; struct _GstVaDecodePicture { - VADisplay display; + GstVaDisplay *display; GArray *buffers; GArray *slices; GstBuffer *gstbuffer;