mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
ae7fb01363
Original commit message from CVS: * gst/gstvalue.c: (gst_greatest_common_divisor): use ints and return ints, fractions only use ints, too, so this avoids accidently casting multiplications to unsigned (gst_value_lcopy_fraction): it's ints, not uint32 (gst_value_set_fraction): disallow minint, multiplying and negation are broken with it (gst_value_fraction_multiply): fix to make large numbers work and get rid of the assumption that the multiplication of two ints fits an int64 - dunno if that's true for all systems * testsuite/caps/Makefile.am: * testsuite/caps/fraction-multiply-and-zero.c: (check_multiplication), (check_equal), (zero_test), (main): add tests for all the stuff above * testsuite/caps/value_compare.c: (test1): fix comment * tests/.cvsignore: * testsuite/caps/.cvsignore: * testsuite/debug/.cvsignore: * testsuite/dlopen/.cvsignore: * testsuite/states/.cvsignore: get up to date
44 lines
342 B
Text
44 lines
342 B
Text
Makefile
|
|
Makefile.in
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
.deps
|
|
.libs
|
|
*.xml
|
|
*.gst
|
|
init
|
|
loadall
|
|
simplefake
|
|
states
|
|
caps
|
|
queue
|
|
registry
|
|
paranoia
|
|
rip
|
|
mp3encode
|
|
autoplug
|
|
props
|
|
case4
|
|
markup
|
|
load
|
|
padfactory
|
|
tee
|
|
autoplug2
|
|
autoplug3
|
|
capsconnect
|
|
autoplug4
|
|
incsched
|
|
reaping
|
|
threadlock
|
|
mp1vid
|
|
reconnect
|
|
paramunits
|
|
faketest
|
|
events
|
|
lat
|
|
mass_elements
|
|
spidey_bench
|
|
*.bb
|
|
*.bbg
|
|
*.da
|