doc/gsthardness: Fix typo in GstAllocationParams

It's not GstAllocatorParams but GstAllocationParams.
This commit is contained in:
Nicolas Dufresne 2015-07-28 15:50:40 -04:00
parent 67e53e4adc
commit d47b567f2f

View file

@ -1390,7 +1390,7 @@ gst_harness_set_blocking_push_mode (GstHarness * h)
* @size: a #gsize specifying the size of the buffer
*
* Allocates a buffer using a #GstBufferPool if present, or else using the
* configured #GstAllocator and #GstAllocatorParams
* configured #GstAllocator and #GstAllocationParams
*
* MT safe.
*
@ -1899,10 +1899,9 @@ gst_harness_set_upstream_latency (GstHarness * h, GstClockTime latency)
/**
* gst_harness_get_allocator:
* @h: a #GstHarness
* @allocator: (out) (allow-none) (transfer none): the #GstAllocator
* used
* @params: (out) (allow-none) (transfer full): the
* #GstAllocatorParams of @allocator
* @allocator: (out) (allow-none) (transfer none): the #GstAllocator used
* @params: (out) (allow-none) (transfer full): the #GstAllocationParams of
* @allocator
*
* Gets the @allocator and its @params that has been decided to use after an
* allocation query.