mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
vaapivideomemory: internal attributes to methods
Mark as internal the functions used by VA-API dmabuf allocator.
This commit is contained in:
parent
f189af8dc5
commit
fec82052d5
1 changed files with 3 additions and 0 deletions
|
@ -206,14 +206,17 @@ GstAllocator *
|
|||
gst_vaapi_dmabuf_allocator_new (GstVaapiDisplay * display,
|
||||
const GstVideoInfo * vip, guint flags);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
const GstVideoInfo *
|
||||
gst_allocator_get_vaapi_video_info (GstAllocator * allocator,
|
||||
guint * out_flags_ptr);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
gboolean
|
||||
gst_allocator_set_vaapi_video_info (GstAllocator * allocator,
|
||||
const GstVideoInfo * vip, guint flags);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
gboolean
|
||||
gst_vaapi_is_dmabuf_allocator (GstAllocator * allocator);
|
||||
|
||||
|
|
Loading…
Reference in a new issue