"bugfix for intersecting int list with int range: the proper intersection should...
authorjim thornton <jthornton@parc.com>
Wed, 27 Mar 2002 04:29:46 +0000 (04:29 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 27 Mar 2002 04:29:46 +0000 (04:29 +0000)
commit2ed5aa240c2c7ceddf11f0121539e8e1422fa779
treed9c3bbbf7bb6b07c284f613fca9a5aa3c80a6480
parent862538e9ac722e240fba2eabec57f291eeb693b2
"bugfix for intersecting int list with int range: the proper intersection should be those ints in the list that lie w...

Original commit message from CVS:
apply patch from jim thornton <jthornton@parc.com>:

"bugfix for intersecting int list with int range: the proper intersection
should be those ints in the list that lie within the range (rather than an
empty intersection)."

the reverse of this case doesn't exist, because if the entry1 is a list,
the members are broken out and tested seperately, therefore the intersection
would be int <-> int range, which does work.
gst/gstprops.c