GNOME Bugzilla – Bug 112596
gst_caps_is_always_compatible() broken
Last modified: 2004-12-22 21:47:04 UTC
gstreamer/testsuite/caps/compatibility fails on 6 <-> 7. This is also a problem for 0.6.x, and is causing problems for videotestsrc and videoscale. 4 <-> 2 == 0 (invalid, wrong major type) 4 <-> 1 == 1 (valid, subset) 1 <-> 4 == 0 (invalid, superset) 2 <-> 3 == 0 (invalid, ranges) 2 <-> 5 == 1 (valid) 5 <-> 2 == 0 (invalid) 3 <-> 5 == 1 (valid) 3 <-> 2 == 0 (invalid, property missing in source) 2 <-> 2 == 1 (valid, same caps) 6 <-> 7 == 1 (invalid, second caps doesn't fit) ^ should be 0
Patch is in HEAD I just noticed. Is this a bug in 0.6, too?
yes, 0.6.x CVS is buggy.
Merged fix from HEAD