[gst-cvs] wtay gstreamer: gstreamer/ gstreamer/check/gst/ gstreamer/gst/
Wim Taymans
wtay at freedesktop.org
Mon Nov 28 08:07:00 PST 2005
CVS Root: /cvs/gstreamer
Module: gstreamer
Changes by: wtay
Date: Mon Nov 28 2005 08:05:48 PST
Log message:
* check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
More checks.
* gst/gstclock.c: (gst_clock_finalize), (gst_clock_set_master),
(do_linear_regression), (gst_clock_add_observation):
Cleanups.
Release lock when the clock cannot be slaved.
Catch the case where the regression returned an invalid denominator.
* gst/gstutils.c: (gst_util_div128_64_iterate),
(gst_util_div128_64), (gst_util_uint64_scale_int64),
(gst_util_uint64_scale), (gst_util_uint64_scale_int):
Add protentially more performant non-iterative 128/64 divide function
that unfortunatly does not work yet.
Shortcut the trivial 0/X = 0 case.
Remove the warnings on overflow.
Modified files:
. : ChangeLog
check/gst : gstutils.c
gst : gstclock.c gstutils.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/ChangeLog.diff?r1=1.2033&r2=1.2034
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/check/gst/gstutils.c.diff?r1=1.5&r2=1.6
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/gstclock.c.diff?r1=1.77&r2=1.78
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/gstutils.c.diff?r1=1.125&r2=1.126
More information about the Gstreamer-commits
mailing list