opusenc: Disable granule position calculations by the base class
authorSebastian Dröge <sebastian@centricular.com>
Mon, 2 Nov 2015 08:30:52 +0000 (10:30 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 3 Nov 2015 18:35:41 +0000 (20:35 +0200)
commit6b751360ae56583197ac678f05aadbc8b7aa46ec
tree975e696478aecc6cd8ac844e04bab0a48946e75c
parent7773e1eb5869d3cd4223da432ea1bdf1d8cfd51e
opusenc: Disable granule position calculations by the base class

It is doing the wrong thing because of the Opus pre-skip: while the timestamps
are shifted by the pre-skip, the granule positions are not shifted.

oggmux is doing the right thing here already.

https://bugzilla.gnome.org/show_bug.cgi?id=757153
ext/opus/gstopusenc.c