summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-08-10 20:32:30 -0400
committerThibault Saunier <tsaunier@igalia.com>2019-05-13 11:36:27 -0400
commit7fe3f36ac845be97540f4ad10d5419794a8ac53f (patch)
tree0da97dc952a36381704b2b1499965897a6005508 /gst
parentdce17521eb48cb2a3ceeb667c378c9640479db10 (diff)
downloadgstreamer-plugins-bad-7fe3f36ac845be97540f4ad10d5419794a8ac53f.tar.gz
Minor documentation fixes
Diffstat (limited to 'gst')
-rw-r--r--gst/geometrictransform/geometricmath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/geometrictransform/geometricmath.c b/gst/geometrictransform/geometricmath.c
index 6c7949e1c..f09459ce4 100644
--- a/gst/geometrictransform/geometricmath.c
+++ b/gst/geometrictransform/geometricmath.c
@@ -179,7 +179,7 @@ gst_gm_mod_float (gdouble a, gdouble b)
return a;
}
-/**
+/*
* Returns a repeating triangle shape in the range 0..1 with wavelength 1.0
*/
gdouble
@@ -190,7 +190,7 @@ gst_gm_triangle (gdouble x)
return 2.0 * (r < 0.5 ? r : 1 - r);
}
-/**
+/*
* Hermite interpolation
*/
gdouble