vaapivideomemory: internal attributes to methods

Mark as internal the functions used by VA-API dmabuf allocator.
This commit is contained in:
Víctor Manuel Jáquez Leal 2016-06-08 18:42:43 +02:00
parent f189af8dc5
commit fec82052d5

View file

@ -206,14 +206,17 @@ GstAllocator *
gst_vaapi_dmabuf_allocator_new (GstVaapiDisplay * display, gst_vaapi_dmabuf_allocator_new (GstVaapiDisplay * display,
const GstVideoInfo * vip, guint flags); const GstVideoInfo * vip, guint flags);
G_GNUC_INTERNAL
const GstVideoInfo * const GstVideoInfo *
gst_allocator_get_vaapi_video_info (GstAllocator * allocator, gst_allocator_get_vaapi_video_info (GstAllocator * allocator,
guint * out_flags_ptr); guint * out_flags_ptr);
G_GNUC_INTERNAL
gboolean gboolean
gst_allocator_set_vaapi_video_info (GstAllocator * allocator, gst_allocator_set_vaapi_video_info (GstAllocator * allocator,
const GstVideoInfo * vip, guint flags); const GstVideoInfo * vip, guint flags);
G_GNUC_INTERNAL
gboolean gboolean
gst_vaapi_is_dmabuf_allocator (GstAllocator * allocator); gst_vaapi_is_dmabuf_allocator (GstAllocator * allocator);