gstreamer/testsuite/caps
Benjamin Otte ae7fb01363 gst/gstvalue.c: use ints and return ints, fractions only use ints, too, so this avoids accidently casting multiplicat...
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
2004-07-16 01:16:53 +00:00
..
.gitignore gst/gstvalue.c: use ints and return ints, fractions only use ints, too, so this avoids accidently casting multiplicat... 2004-07-16 01:16:53 +00:00
app_fixate.c don't mix tabs and spaces 2004-03-15 19:27:17 +00:00
audioscale.c gst/gstvalue.c: Add some union implementations. We didn't have any previously. 2004-03-31 21:49:19 +00:00
caps.c testsuite/caps/caps.c: A check for appending 2004-05-08 01:41:12 +00:00
caps.h gst/gstcaps.c: fix simplifying and subtracting not working correctly with optional properties solve assorted problems... 2004-04-22 23:50:46 +00:00
caps_strings I'm too lazy to comment this 2004-05-11 12:17:58 +00:00
compatibility.c gst-indent run on core 2004-03-13 15:27:01 +00:00
deserialize.c testsuite/caps/deserialize.c: Fix problems noticed by the build bots. 2004-05-04 06:23:48 +00:00
eratosthenes.c testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες 2004-05-03 22:00:53 +00:00
filtercaps.c more tests fixing 2004-07-02 13:54:59 +00:00
fixed.c gst-indent run on core 2004-03-13 15:27:01 +00:00
fraction-multiply-and-zero.c gst/gstvalue.c: use ints and return ints, fractions only use ints, too, so this avoids accidently casting multiplicat... 2004-07-16 01:16:53 +00:00
intersect2.c don't mix tabs and spaces 2004-03-15 19:27:17 +00:00
intersection.c don't mix tabs and spaces 2004-03-15 19:27:17 +00:00
Makefile.am gst/gstvalue.c: use ints and return ints, fractions only use ints, too, so this avoids accidently casting multiplicat... 2004-07-16 01:16:53 +00:00
normalisation.c gst-indent run on core 2004-03-13 15:27:01 +00:00
random.c gst/gstcaps.c: don't print error messages when there is no error 2004-05-25 19:52:02 +00:00
renegotiate.c testsuite/caps/renegotiate.c: improve output in error case 2004-05-04 19:41:51 +00:00
sets.c gst/gstcaps.c: fix bug when converting from empty string. 2004-04-22 02:35:13 +00:00
simplify.c gst/gstcaps.c: fix simplifying and subtracting not working correctly with optional properties solve assorted problems... 2004-04-22 23:50:46 +00:00
string-conversions.c adding GstFraction GValue type 2004-07-15 20:27:20 +00:00
subtract.c gst/gstcaps.c: check for ANY caps before appending/unioning 2004-04-21 03:25:13 +00:00
union.c gst-indent run on core 2004-03-13 15:27:01 +00:00
value_compare.c gst/gstvalue.c: use ints and return ints, fractions only use ints, too, so this avoids accidently casting multiplicat... 2004-07-16 01:16:53 +00:00
value_intersect.c gst-indent run on core 2004-03-13 15:27:01 +00:00
value_serialize.c gst/gstbuffer.c: (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed to using it. 2004-04-13 02:22:02 +00:00