gstreamer/check
Thomas Vander Stichele e6b233bb4d remove gst_strtoll completely, since it didn't actually do anything more than what g_ascii_strtoull already does.
Original commit message from CVS:
* check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
* gst/gstvalue.c: (gst_value_deserialize_int_helper):
remove gst_strtoll completely, since it didn't actually do
anything more than what g_ascii_strtoull already does.
check for range errors when deserializing
do a cast for the unsigned cases; but further fixing needs
a decision on what the interpretation of "(int)" and
deserialization should be for values that fall outside the
type's boundaries (ie, refuse, or interpret as casting)
2005-06-23 11:25:29 +00:00
..
gst remove gst_strtoll completely, since it didn't actually do anything more than what g_ascii_strtoull already does. 2005-06-23 11:25:29 +00:00
gst-libs check/: ignore more 2005-06-08 14:00:21 +00:00
pipelines check/: ignore more 2005-06-08 14:00:21 +00:00
states Added support for live sources and other elements that cannot do preroll. 2005-06-23 10:37:09 +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 Added support for live sources and other elements that cannot do preroll. 2005-06-23 10:37:09 +00:00