matroskamux: fix segment handling, so we actually use running time
authorRené Stadler <rene.stadler@collabora.co.uk>
Tue, 11 Oct 2011 12:58:43 +0000 (14:58 +0200)
committerRené Stadler <rene.stadler@collabora.co.uk>
Tue, 11 Oct 2011 12:58:43 +0000 (14:58 +0200)
commit26d0812543dfc8ed9be018e69b860c39d9e0bded
tree792684757ecdf47f856af53e16436c1cd22f4c8f
parentbf65acf11fd107376e5591e24f0d93de05057fab
matroskamux: fix segment handling, so we actually use running time

gst_matroska_mux_best_pad adjusts the buffer timestamp to running time using
the segment stored in the pad's collect data. However, the event handler didn't
pass the newsegment event on to collectpads' handler, so this segment was never
updated at all.

Re-fixes bug #432612.
gst/matroska/matroska-mux.c