gst/gstcaps.c: Fix a bad bug with a simple fix. Because of unsigned ints, caps inters...
authorJulien Moutte <julien@moutte.net>
Sun, 16 Oct 2005 09:56:33 +0000 (09:56 +0000)
committerJulien Moutte <julien@moutte.net>
Sun, 16 Oct 2005 09:56:33 +0000 (09:56 +0000)
commitc1e4762a6d22515b1ba384fdd0b90a43296a34bc
tree69d7aea320b8a4f5123f05415e99d5278bbf13e1
parent26888eba8772973b020a7b7513a287cc599fe44c
gst/gstcaps.c: Fix a bad bug with a simple fix. Because of unsigned ints, caps intersection was going nuts and trying...

Original commit message from CVS:
2005-10-16  Julien MOUTTE  <julien@moutte.net>

* gst/gstcaps.c: (gst_caps_intersect): Fix a bad bug with a
simple
fix. Because of unsigned ints, caps intersection was going nuts
and
trying to access structures with G_MAXUINT index. That fixes
videotestsrc ! ffmpegcolorspace ! fakesink
* gst/gstpad.c: (gst_pad_link_check_compatible_unlocked): logs
consistency.
ChangeLog
gst/gstcaps.c
gst/gstpad.c