mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +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
|
G_GNUC_INTERNAL
|
||||||
GstBufferPool *
|
GstBufferPool *
|
||||||
gst_vaapi_video_buffer_pool_new (GstVaapiDisplay * display) G_GNUC_CONST;
|
gst_vaapi_video_buffer_pool_new (GstVaapiDisplay * display);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue