From 1efef641d8a7cc9ddf8d979c35f5ff59f94418e3 Mon Sep 17 00:00:00 2001 From: He Junyan Date: Wed, 20 Nov 2024 20:30:45 +0800 Subject: [PATCH] Doc: Add the document for gst_util_floor_log2 Part-of: --- girs/Gst-1.0.gir | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/girs/Gst-1.0.gir b/girs/Gst-1.0.gir index 92510863f0..1eeb789dcd 100644 --- a/girs/Gst-1.0.gir +++ b/girs/Gst-1.0.gir @@ -57447,6 +57447,19 @@ the result. + + Returns smallest integral value not bigger than log2(v). + + + a computed #guint val. + + + + + + + + Adds the fractions @a_n/@a_d and @b_n/@b_d and stores the result in @res_n and @res_d.