gstreamer/testsuite
Benjamin Otte d7c64c071b gst/gstcaps.c: fix bug when converting from empty string.
Original commit message from CVS:
* gst/gstcaps.c: (gst_caps_from_string_inplace):
fix bug when converting from empty string.
* gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
(gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
use gst_caps_new_empty to allocate a new caps. Only that function
allocates memory for caps now.
* gst/gstcaps.c: (gst_caps_remove_and_get_structure),
(gst_caps_remove_structure):
add ability to remove one structure (but not to header yet)
* gst/gstcaps.c: (gst_caps_compare_structures),
(gst_caps_simplify), (gst_caps_structure_figure_out_union),
(gst_caps_structure_simplify), (gst_caps_do_simplify),
* gst/gstcaps.h:
add gst_caps_do_simplify that tries to simplify a caps in place.
Deprecate old gst_caps_simplify function.
* testsuite/caps/caps.h:
add caps.h containing a common set of caps to test against.
* testsuite/caps/sets.c: (check_caps), (main):
use it.
* testsuite/caps/.cvsignore:
* testsuite/caps/Makefile.am:
* testsuite/caps/simplify.c: (check_caps), (main):
add test to check correctness and efficency of caps simplification.
2004-04-22 02:35:13 +00:00
..
bins testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
bytestream testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
caps gst/gstcaps.c: fix bug when converting from empty string. 2004-04-22 02:35:13 +00:00
cleanup don't mix tabs and spaces 2004-03-15 19:27:17 +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 common/as-libtool.mak: Fine-tune DLL building. 2004-04-20 22:22:01 +00:00
dynparams testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +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 testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
plugin testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
refcounting do error checking instead of segfaulting 2004-04-16 10:17:55 +00:00
states testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +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 testsuite/Makefile.am: define tests_ignore 2004-04-15 04:54:53 +00:00
test_gst_init.c gst-indent run on core 2004-03-13 15:27:01 +00:00