gstreamer/tests/check/gst
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
..
.gitignore check/gst/: add a test deserializing int64, and comment part out because it fails, yay ! 2005-06-21 17:41:35 +00:00
capslist.h check/: copy over from 0.8, and add two with bitmasks specified with (int) 0xFF... 2005-06-22 19:22:34 +00:00
gst.c commit a file I forgot 2005-06-21 16:53:14 +00:00
gstbin.c gst/gstutils.c: RPAD fixes all around. 2005-06-08 22:16:27 +00:00
gstbuffer.c add a GstBuffer unit test 2005-06-08 13:57:13 +00:00
gstbus.c check/: Fix up the timeout so that the test does not fail. 2005-04-11 11:24:53 +00:00
gstcaps.c check/: copy over from 0.8, and add two with bitmasks specified with (int) 0xFF... 2005-06-22 19:22:34 +00:00
gstdata.c Increase timeout some more 2005-04-12 09:16:00 +00:00
gstghostpad.c gst/gstutils.c: RPAD fixes all around. 2005-06-08 22:16:27 +00:00
gstiterator.c check/: Added checks. 2005-03-07 18:33:37 +00:00
gstmessage.c Activated more tests. 2005-03-22 14:23:49 +00:00
gstobject.c check/gst/: Increase timeout for checks. 2005-04-27 14:19:46 +00:00
gstpad.c check/gstcheck.h: add macros for checking refcounts on objects and caps 2005-06-19 00:52:31 +00:00
gststructure.c check/: copy over from 0.8, and add two with bitmasks specified with (int) 0xFF... 2005-06-22 19:22:34 +00:00
gstsystemclock.c Added GstBin test. 2005-03-09 16:10:59 +00:00
gsttag.c check/Makefile.am: add gsttag 2005-06-19 11:32:42 +00:00
gstvalue.c check/: copy over from 0.8, and add two with bitmasks specified with (int) 0xFF... 2005-06-22 19:22:34 +00:00