diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-11-23 15:41:28 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-11-28 14:26:50 +0200 |
commit | a7d282d27256ad1d1a55afc37d1db7f60b040089 (patch) | |
tree | 5d77ac5e554b8bb8584bb85bde612d3a54fdb609 /win32 | |
parent | b8d75d4f4d73d65077482524f41876e7daa0ffd5 (diff) |
utils: Export linear regression calculation as public function
It is useful outside the GstClock code too.
https://bugzilla.gnome.org/show_bug.cgi?id=774916
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstreamer.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 9b29c7997..f63ffee4b 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -224,6 +224,7 @@ EXPORTS gst_bus_sync_signal_handler gst_bus_timed_pop gst_bus_timed_pop_filtered + gst_calculate_linear_regression gst_caps_append gst_caps_append_structure gst_caps_append_structure_full |