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