mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
va: allocator: Fix parameter name to match signature.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1025>
This commit is contained in:
parent
e4f6ade308
commit
de7cfa92e3
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ gboolean gst_va_allocator_get_format (GstAllocator * alloca
|
||||||
GstVaFeature * use_derived);
|
GstVaFeature * use_derived);
|
||||||
GST_VA_API
|
GST_VA_API
|
||||||
void gst_va_allocator_set_hacks (GstAllocator * allocator,
|
void gst_va_allocator_set_hacks (GstAllocator * allocator,
|
||||||
guint32 hack);
|
guint32 hacks);
|
||||||
|
|
||||||
GST_VA_API
|
GST_VA_API
|
||||||
VASurfaceID gst_va_memory_get_surface (GstMemory * mem);
|
VASurfaceID gst_va_memory_get_surface (GstMemory * mem);
|
||||||
|
|
Loading…
Reference in a new issue