GNOME Bugzilla – Bug 654270
oggmux unit test fails after latest changes
Last modified: 2011-10-29 15:19:01 UTC
oggmux unit test (and encodebin unit test) now time out after eos handling in oggmux has been refactored.
Bah. 2fa9bf2be5 fixed one problem but broke another.
commit a5323107d446e83cf096a69e11f8276a97bbfcb9 Author: David Schleef <ds@schleef.org> Date: Sat Jul 9 18:33:38 2011 -0700 oggmux: check for EOS on both current and best pad Oops, need both. Fixes #654270. commit 2fa9bf2be518d694d82810343a164f1843e4c634 Author: David Schleef <ds@schleef.org> Date: Sat Jul 9 18:24:26 2011 -0700 oggmux: check for EOS on current pad, not best Fixes #654270.