mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
bufferpool: fix array types
This commit is contained in:
parent
c1a38be6e2
commit
ebd4863d21
1 changed files with 3 additions and 3 deletions
|
@ -110,10 +110,10 @@ Allocation query
|
|||
- a buffer pool when need-pool was TRUE and the peer can provide a pool.
|
||||
This pool is inactive and can be configured when needed.
|
||||
|
||||
(out) "metadata", G_TYPE_ARRAY of G_TYPE_STRING
|
||||
- an array of metadata API strings that can be accepted.
|
||||
(out) "metadata", G_TYPE_ARRAY of GType
|
||||
- an array of metadata API types that can be accepted.
|
||||
|
||||
(out) "allocator", G_TYPE_ARRAY of G_TYPE_STRING
|
||||
(out) "allocator", G_TYPE_ARRAY of GstAllocator *
|
||||
- an array of allocators that can be used.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue