From d47b567f2f07f30448180025443861d01eaae1c4 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 28 Jul 2015 15:50:40 -0400 Subject: [PATCH] doc/gsthardness: Fix typo in GstAllocationParams It's not GstAllocatorParams but GstAllocationParams. --- libs/gst/check/gstharness.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libs/gst/check/gstharness.c b/libs/gst/check/gstharness.c index c8313b2..1cfaa5c 100644 --- a/libs/gst/check/gstharness.c +++ b/libs/gst/check/gstharness.c @@ -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. -- 2.7.4