harness: make bindings use the GBytes variant for _take_all_data()

This commit is contained in:
Tim-Philipp Müller 2017-12-05 16:42:57 +00:00
parent e08834bff3
commit 16d9954dd5

View file

@ -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.