mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
vaapibufferpool: remove wrong gcc annotation
This commit is contained in:
parent
83886ced66
commit
1ca2c78c7a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue