videoaggregator: Do not wrongly set the aggregator.segment
authorThibault Saunier <tsaunier@gnome.org>
Tue, 23 Sep 2014 13:59:10 +0000 (15:59 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Mon, 6 Oct 2014 16:57:28 +0000 (18:57 +0200)
commit138e63fd52d6461825b0ad5f095174661952bdb4
tree6571813ce188ce12e7471f4779a530e468157ae0
parent47aea188261404cbae99e8aeeee5d6467bb422c3
videoaggregator: Do not wrongly set the aggregator.segment

The aggregator.segment is not to be initialized by the subclasses but
by the aggregator itself. Moreover, initializing it on start would make
us loose the information coming from the initial seek.
gst-libs/gst/video/gstvideoaggregator.c