gstsegment: Actually start==stop==segment_start is inside the segment
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 11 Aug 2009 11:21:35 +0000 (13:21 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 11 Aug 2009 11:21:35 +0000 (13:21 +0200)
commit276a55fd24e2b8f8487616d8e2e981ce8f806312
tree8fe56eb9980c3c41e330fc66843d03916718add9
parent868538945b2770d2d719afa608dcc535e39a7b69
gstsegment: Actually start==stop==segment_start is inside the segment

Still the old code was wrong as it claimed that start==stop<segment_start
would be inside the segment and returned insane clipping differences.
gst/gstsegment.c
tests/check/gst/gstsegment.c