GNOME Bugzilla – Bug 644745
[oggmux] Fails to mux Speex content, doesn't preroll
Last modified: 2011-03-14 18:45:02 UTC
In latest GIT oggmux is broken while it works in latest release. gst-launch-0.10 audiotestsrc num-buffers=1000 ! speexenc ! oggmux ! fakesink waits forever for prerolling while the same pipeline with vorbisenc works fine.
commit a38fd9f9ec1fa6d16ce46674d6575662b4a2e801 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon Mar 14 19:42:49 2011 +0100 oggmux: Increase the seen header packets count when seeing a header packet This fixes muxing of Speex content and possibly other formats where the header detection works by counting the packets. Fixes bug #644745.