After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 654270 - oggmux unit test fails after latest changes
oggmux unit test fails after latest changes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.36
Assigned To: David Schleef
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-08 19:58 UTC by Tim-Philipp Müller
Modified: 2011-10-29 15:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2011-07-08 19:58:49 UTC
oggmux unit test (and encodebin unit test) now time out after eos handling in oggmux has been refactored.
Comment 1 David Schleef 2011-07-10 01:28:55 UTC
Bah. 2fa9bf2be5 fixed one problem but broke another.
Comment 2 David Schleef 2011-07-10 01:35:07 UTC
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.