GNOME Bugzilla – Bug 607929
[oggdemux] regression: headers pushed twice at the beginnign of each stream
Last modified: 2010-01-25 13:03:02 UTC
Looks like headers are now pushed twice for each stream. Decoders should handle this fine, but we should probably fix this up.
commit 95511c8821d054aba43dbb24c6c4d4f27c7278e5 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Mon Jan 25 14:00:52 2010 +0100 oggdemux: don't push headers twice Don't push the stream headers twice but only in the activation of a chain. Fixes #607929