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 638200 - [oggdemux] fails to playback video file
[oggdemux] fails to playback video file
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-28 17:36 UTC by Thiago Sousa Santos
Modified: 2010-12-28 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
First MB of the offending file (976.56 KB, audio/ogg)
2010-12-28 17:36 UTC, Thiago Sousa Santos
Details

Description Thiago Sousa Santos 2010-12-28 17:36:28 UTC
Created attachment 177148 [details]
First MB of the offending file

While testing camerabin2 video capture I ended up generating a video file that can't be played by oggdemux (vlc played it).

It fails by trying to seek beyond the file limits and getting an unexpected.
Comment 1 Wim Taymans 2010-12-28 18:40:59 UTC
commit 68e64770a0878d07287f4c62da65f15c108a66dd
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Tue Dec 28 19:39:18 2010 +0100

    oggdemux: handle pads that are not added yet
    
    Don't try to stream data on pads that are not added yet. This happens while we
    discover the different streams.