summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-02-20 02:14:37 +0100
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-02-20 06:27:30 -0600
commit1ca2c78c7acc0255feb876233f5c79ef1a634c71 (patch)
treed6b3ae4b93bb9741757ef729b5b8ec8113344d66
parent83886ced66dd0ae5a962efb2c14fc0a910b60f56 (diff)
vaapibufferpool: remove wrong gcc annotation
-rw-r--r--gst/vaapi/gstvaapivideobufferpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/vaapi/gstvaapivideobufferpool.h b/gst/vaapi/gstvaapivideobufferpool.h
index 6a2169f1..94985316 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