[Gstreamer-bugs] [Bug 112596] New - gst_caps_is_always_compatible() broken

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu May 8 12:00:36 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=112596

Changed by ds at schleef.org.

--- shadow/112596	Thu May  8 15:00:36 2003
+++ shadow/112596.tmp.3549	Thu May  8 15:00:36 2003
@@ -0,0 +1,32 @@
+Bug#: 112596
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: ds at schleef.org                            
+ReportedBy: ds at schleef.org               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+Summary: gst_caps_is_always_compatible() broken
+
+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





More information about the Gstreamer-bugs mailing list