gstreamer/testsuite
Benjamin Otte 463361defb gst/gstvalue.c: add serialization and comparison functions for long, int64, enum and float values
Original commit message from CVS:
* gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
(CREATE_USERIALIZATION), (_gst_value_initialize),
(gst_value_compare_float), (gst_value_serialize_float),
(gst_value_deserialize_float), (gst_value_compare_enum),
(gst_value_serialize_enum), (gst_value_deserialize_enum):
add serialization and comparison functions for long, int64, enum and
float values
* gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
use best serialization function in type hierarchy instead of only a
matching one. This is required for enums to work.
* gst/parse/grammar.y:
use gst_caps_deserialize
* testsuite/parse/Makefile.am:
parse1 now works
* testsuite/parse/parse1.c: (main):
remove aggregator check, aggregator is broken, this test works now
but fails because of bug #138012
* testsuite/parse/parse2.c: (main):
s/xvideosink/xvimagesink - this test looks a lot like we should
disable it
2004-05-18 01:36:14 +00:00
..
bins fix Rules 2004-05-04 12:47:58 +00:00
bytestream testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
caps I'm too lazy to comment this 2004-05-11 12:17:58 +00:00
cleanup reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
clock testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
debug testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
dlopen reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
dynparams reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
elements testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
ghostpads testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
indexers testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
negotiation gst/gstpad.c: refuse to link if the link is not possible 2004-04-21 19:12:51 +00:00
parse gst/gstvalue.c: add serialization and comparison functions for long, int64, enum and float values 2004-05-18 01:36:14 +00:00
plugin reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
refcounting testsuite/refcounting/pad.c: fix test 2004-04-22 05:08:19 +00:00
states reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
tags testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
threads testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
.gitignore ignore some more 2004-03-15 17:26:30 +00:00
Makefile.am gst/gstpad.c: refuse to link if the link is not possible 2004-04-21 19:12:51 +00:00
Rules fix Rules 2004-05-04 12:47:58 +00:00
test_gst_init.c gst-indent run on core 2004-03-13 15:27:01 +00:00