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 607929 - [oggdemux] regression: headers pushed twice at the beginnign of each stream
[oggdemux] regression: headers pushed twice at the beginnign of each stream
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-24 13:53 UTC by Tim-Philipp Müller
Modified: 2010-01-25 13:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2010-01-24 13:53:47 UTC
Looks like headers are now pushed twice for each stream. Decoders should handle this fine, but we should probably fix this up.
Comment 1 Wim Taymans 2010-01-25 13:03:02 UTC
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