summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-12-05 16:42:57 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-12-05 16:42:57 +0000
commit16d9954dd5a294f0a1e320b37e2582413cc516a8 (patch)
tree54f3bad465bb75f0815c0270a62d452064a1e68b
parente08834bff328c00b30f8d4870d670492b7971cde (diff)
harness: make bindings use the GBytes variant for _take_all_data()
-rw-r--r--libs/gst/check/gstharness.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/check/gstharness.c b/libs/gst/check/gstharness.c
index 09354b3ec..81dbd58dc 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.