mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
utils: Skip gst_calculate_linear_regression() in bindings
This commit is contained in:
parent
4312119d16
commit
849dfe82f1
1 changed files with 1 additions and 1 deletions
|
@ -4182,7 +4182,7 @@ gst_log2 (GstClockTime in)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_calculate_linear_regression:
|
* gst_calculate_linear_regression: (skip)
|
||||||
* @xy: Pairs of (x,y) values
|
* @xy: Pairs of (x,y) values
|
||||||
* @temp: Temporary scratch space used by the function
|
* @temp: Temporary scratch space used by the function
|
||||||
* @n: number of (x,y) pairs
|
* @n: number of (x,y) pairs
|
||||||
|
|
Loading…
Reference in a new issue