From 849dfe82f16aa1066323850daf89eebcd63547aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 8 Aug 2017 21:19:32 +0300 Subject: [PATCH] utils: Skip gst_calculate_linear_regression() in bindings --- gst/gstutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstutils.c b/gst/gstutils.c index 28748cf571..515996ebfd 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -4182,7 +4182,7 @@ gst_log2 (GstClockTime in) } /** - * gst_calculate_linear_regression: + * gst_calculate_linear_regression: (skip) * @xy: Pairs of (x,y) values * @temp: Temporary scratch space used by the function * @n: number of (x,y) pairs