Revert "vorbisenc: push an updated segment stop time when we know it"
authorArun Raghavan <arun@arunraghavan.net>
Wed, 13 Jul 2016 09:29:52 +0000 (18:29 +0900)
committerArun Raghavan <arun@arunraghavan.net>
Thu, 21 Jul 2016 09:56:21 +0000 (15:26 +0530)
commit6c84f4e743441f3103f88212978c68f29537ee3b
tree49291b01a1e023e702be2c759226c22a732bfd46
parent714e3b9741eb61174c3138fc7f3b92f81faf5ea6
Revert "vorbisenc: push an updated segment stop time when we know it"

This reverts commit a16cd5d2a5cbdf084163ead68b59d537d7db99f7.

Setting the stop time on the segment breaks reconfiguration, as the
encoder signals an EOS, but we reconfigure it an continue to produce
buffers.

This information  should not be required via the segment downstream
since we already have the sample count being used to generate buffer
durations.

https://bugzilla.gnome.org/show_bug.cgi?id=768763
ext/vorbis/gstvorbisenc.c