From 1ca2c78c7acc0255feb876233f5c79ef1a634c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Tue, 20 Feb 2018 02:14:37 +0100 Subject: [PATCH] vaapibufferpool: remove wrong gcc annotation --- gst/vaapi/gstvaapivideobufferpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/vaapi/gstvaapivideobufferpool.h b/gst/vaapi/gstvaapivideobufferpool.h index 6a2169f1e7..9498531649 100644 --- a/gst/vaapi/gstvaapivideobufferpool.h +++ b/gst/vaapi/gstvaapivideobufferpool.h @@ -132,7 +132,7 @@ gst_vaapi_video_buffer_pool_get_type (void) G_GNUC_CONST; G_GNUC_INTERNAL GstBufferPool * -gst_vaapi_video_buffer_pool_new (GstVaapiDisplay * display) G_GNUC_CONST; +gst_vaapi_video_buffer_pool_new (GstVaapiDisplay * display); G_END_DECLS