From 16d9954dd5a294f0a1e320b37e2582413cc516a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 5 Dec 2017 16:42:57 +0000 Subject: [PATCH] harness: make bindings use the GBytes variant for _take_all_data() --- libs/gst/check/gstharness.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/check/gstharness.c b/libs/gst/check/gstharness.c index 09354b3..81dbd58 100644 --- a/libs/gst/check/gstharness.c +++ b/libs/gst/check/gstharness.c @@ -1791,7 +1791,7 @@ gst_harness_take_all_data (GstHarness * h, gsize * size) } /** - * gst_harness_take_all_data_as_bytes: + * gst_harness_take_all_data_as_bytes: (rename-to gst_harness_take_all_data) * @h: a #GstHarness * * Pulls all pending data from the harness and returns it as a single #GBytes. -- 2.7.4