harness: make bindings use the GBytes variant for _take_all_data()
authorTim-Philipp Müller <tim@centricular.com>
Tue, 5 Dec 2017 16:42:57 +0000 (16:42 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 5 Dec 2017 16:42:57 +0000 (16:42 +0000)
libs/gst/check/gstharness.c

index 09354b3..81dbd58 100644 (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.