gstreamer/tests/check/libs
Sebastian Dröge bdcc0329ef libs/gst/controller/: Protect against values larger or smaller than the minimum or maximum allowed value for the prop...
Original commit message from CVS:
* libs/gst/controller/gstcontroller.c:
(gst_controlled_property_new):
* libs/gst/controller/gstcontrollerprivate.h:
* libs/gst/controller/gstinterpolation.c:
(gst_controlled_property_find_control_point_node),
(interpolate_none_get), (interpolate_none_get_enum_value_array),
(interpolate_none_get_string_value_array),
(interpolate_trigger_get),
(interpolate_trigger_get_enum_value_array),
(interpolate_trigger_get_string_value_array):
Protect against values larger or smaller than the minimum or maximum
allowed value for the property when using values that can be compared.
Optimize trigger interpolator a bit by taking the last requested value
into account instead of always looping through the complete list.
Fix coding style a bit, everywhere else we use "return foo" instead
of "return (foo)".
* tests/check/libs/controller.c: (GST_START_TEST),
(gst_controller_suite):
Add unit test for the protection against too large or too small
values.
2007-06-09 16:58:30 +00:00
..
.gitignore moap ignore 2006-07-02 22:20:20 +00:00
adapter.c Do some optimisation work in GstAdapter to avoid copies in more cases. 2006-11-09 14:37:38 +00:00
basesrc.c tests/check/: use the new macro 2006-07-01 20:56:56 +00:00
collectpads.c tests/check/: use the new macro 2006-07-01 20:56:56 +00:00
controller.c libs/gst/controller/: Protect against values larger or smaller than the minimum or maximum allowed value for the prop... 2007-06-09 16:58:30 +00:00
gdp.c GST_DISABLE_DEPRECATED is only for users of API that don't want to see deprecated functions in the headers; people th... 2006-08-11 15:26:33 +00:00
gstnetclientclock.c tests/check/: use the new macro 2006-07-01 20:56:56 +00:00
gstnettimeprovider.c tests/check/: use the new macro 2006-07-01 20:56:56 +00:00
libsabi.c tests/check/: Add ABI checks for PPC32. 2007-02-09 13:59:32 +00:00
struct_hppa.h tests/check/: Add ABI structs for HPPA (see #393796). 2007-01-17 12:31:01 +00:00
struct_i386.h libs/gst/check/gstcheck.*: factor out the method from tests that checks size of structures, and add code to generate ... 2006-06-06 13:48:20 +00:00
struct_ppc32.h tests/check/: Add ABI checks for PPC32. 2007-02-09 13:59:32 +00:00
struct_ppc64.h tests/check/: add ppc64 structure sizes 2006-06-06 14:10:09 +00:00
struct_x86_64.h tests/check/: generate and add structure size lists for x86_64 2006-06-06 13:59:10 +00:00
typefindhelper.c tests/check/: use the new macro 2006-07-01 20:56:56 +00:00