From: Tim-Philipp Müller Date: Tue, 5 Dec 2017 16:42:57 +0000 (+0000) Subject: harness: make bindings use the GBytes variant for _take_all_data() X-Git-Tag: 1.16.2~561 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16d9954dd5a294f0a1e320b37e2582413cc516a8;p=platform%2Fupstream%2Fgstreamer.git harness: make bindings use the GBytes variant for _take_all_data() --- 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.