mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
8b0fc062fb
Original commit message from CVS: * gst/gstcaps.c: (gst_caps_from_string_inplace): * gst/gststructure.c: * gst/gstvalue.c: (gst_value_deserialize_int_helper): fix deserialization to have similar semantics to cast's, and check if the value is fittable into the target size, instead of doing a G_MIN/G_MAX comparison * testsuite/caps/Makefile.am: * testsuite/caps/caps.h: add caps that specify rgb bit masks using 0xFF...
37 lines
502 B
Makefile
37 lines
502 B
Makefile
include ../Rules
|
|
|
|
tests_pass = \
|
|
app_fixate \
|
|
enumcaps \
|
|
intersection \
|
|
compatibility \
|
|
deserialize \
|
|
normalisation \
|
|
union \
|
|
string-conversions \
|
|
fixed \
|
|
fraction-convert \
|
|
fraction-multiply-and-zero \
|
|
fromstring \
|
|
intersect2 \
|
|
caps \
|
|
value_compare \
|
|
value_intersect \
|
|
value_serialize \
|
|
audioscale \
|
|
filtercaps \
|
|
eratosthenes \
|
|
renegotiate \
|
|
subtract \
|
|
sets \
|
|
simplify \
|
|
random \
|
|
structure
|
|
|
|
EXTRA_DIST = caps_strings
|
|
|
|
noinst_HEADERS = \
|
|
caps.h
|
|
|
|
tests_fail =
|
|
tests_ignore =
|