gstreamer/tests/check
Thomas Vander Stichele c3efeeb64c check/: copy over from 0.8, and add two with bitmasks specified with (int) 0xFF...
Original commit message from CVS:
* check/Makefile.am:
* check/gst/capslist.h:
copy over from 0.8, and add two with bitmasks specified with
(int) 0xFF...
* check/gst/gstcaps.c: (START_TEST), (gst_caps_suite):
add test to parse everything from capslist.h
* check/gst/gststructure.c: (START_TEST), (gst_value_suite),
(main):
add test for structure deserialization
* check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
add tests for deserialization of strings to int types
* gst/gststructure.c: (gst_structure_nth_field_name):
* gst/gststructure.h:
add a way to get the name of a field referenced by index
* gst/gstvalue.c: (gst_value_deserialize_int_helper):
instead of checking if the resulting long long lies between
min and max, we check if the long long would fit into
a number of bytes for the final type.
This fixes cases where a string represents 2^32 - 1, which
when cast to int would be the (valid) -1, but is bigger than
G_MAXINT
2005-06-22 19:22:34 +00:00
..
gst check/: copy over from 0.8, and add two with bitmasks specified with (int) 0xFF... 2005-06-22 19:22:34 +00:00
libs check/: ignore more 2005-06-08 14:00:21 +00:00
pipelines check/: ignore more 2005-06-08 14:00:21 +00:00
.gitignore ignore more; fix README 2005-06-17 08:59:41 +00:00
gstcheck.c check/: Added checks. 2005-03-07 18:33:37 +00:00
gstcheck.h check/gstcheck.h: add macros for checking refcounts on objects and caps 2005-06-19 00:52:31 +00:00
Makefile.am check/: copy over from 0.8, and add two with bitmasks specified with (int) 0xFF... 2005-06-22 19:22:34 +00:00