basesrc: Fix seamless segment function
authorJan Schmidt <thaytan@noraisin.net>
Sat, 29 Sep 2012 18:05:36 +0000 (04:05 +1000)
committerJan Schmidt <thaytan@noraisin.net>
Sat, 29 Sep 2012 18:07:31 +0000 (04:07 +1000)
commit906738ab4956ff463ed3f3bb7615d5142c84bc4f
tree06711f3c5a7478888113addc0a6791466d54ce38
parent507fc9cea7d587446fba08dfeac7e063e14c680e
basesrc: Fix seamless segment function

The 3rd parameter of gst_base_src_new_seamless_segment in
0.10 is the time associated with the start of the new segment,
not the position in the new segment. Fix the name of the parameter,
the docs, and the implementation to match the needs of the only
extant consumer: DVD playback.
libs/gst/base/gstbasesrc.c