gstreamer/tests/check
Sebastian Dröge d98e9acb0f caps: Optimize gst_caps_is_subset()
..and as a result gst_caps_is_equal() and others.

This now only checks if for every subset structure there is
a superset structure in the superset caps. Previously we were
subtracting one from another, creating completely new caps
and then even simplified them.

The new implemention now is about 1.27 times faster and doesn't
break the -base unit tests are anything anymore.
2011-05-27 13:38:51 +02:00
..
elements multiqueue: Don't leak pads in the named pads unit test 2011-04-14 09:07:25 +02:00
generic check: add more sink unit tests 2010-12-28 16:40:28 +01:00
gst caps: Optimize gst_caps_is_subset() 2011-05-27 13:38:51 +02:00
libs tests: fix unusued-but-assigned-variable warnings with gcc 4.6 2011-04-11 15:08:30 +01:00
pipelines parse: don't unescape inside quotes 2011-05-14 11:39:34 +02:00
.gitignore tests/check/.cvsignore: Ignore test-registry.xml as well. 2007-01-09 14:38:11 +00:00
Makefile.am tests: add some basic unit tests for queue2 2011-04-07 20:50:04 +01:00