bufferpool: fix array types
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 9 Mar 2012 14:03:11 +0000 (15:03 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 9 Mar 2012 14:03:11 +0000 (15:03 +0100)
docs/design/part-bufferpool.txt

index a74f1ff..3224ee2 100644 (file)
@@ -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.