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 611900 - [oggdemux] Incorrect parsing of Dirac headers
[oggdemux] Incorrect parsing of Dirac headers
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.28
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-05 13:23 UTC by Christian Fredrik Kalager Schaller
Modified: 2010-03-08 19:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (554 bytes, patch)
2010-03-06 09:33 UTC, David Schleef
committed Details | Review

Description Christian Fredrik Kalager Schaller 2010-03-05 13:23:53 UTC
I used GStreamer (transmageddon) to create a Ogg file with Vorbis audio and Dirac video using latest Schrodinger. Encoding/muxing seems to have worked well, but if I try to play the file using Totem I get the following error for the video -
** Message: Missing plugin: gstreamer|0.10|totem|application/x-unknown decoder|decoder-application/x-unknown (application/x-unknown decoder)

Trying to put together a manual pipeline just playing the video also seems to fail to work. I can provide the generated file if wanted.
Comment 1 Christian Fredrik Kalager Schaller 2010-03-05 15:43:11 UTC
Tested some more and some of the files I transcode work, others don't. One of the ones that doesn't work and gives this error can be found here:
http://www.linuxrising.org/files/diracoggproblem.ogg
Comment 2 David Schleef 2010-03-06 00:31:48 UTC
Yeah, I've noticed the same thing.  Working on it.  FWIW, this is a schroedinger problem, not gstreamer.
Comment 3 David Schleef 2010-03-06 09:32:34 UTC
And by schroedinger, I mean "oggdemux".
Comment 4 David Schleef 2010-03-06 09:33:19 UTC
Created attachment 155401 [details] [review]
patch
Comment 5 Christian Fredrik Kalager Schaller 2010-03-08 12:12:13 UTC
David, I talked to tpm today. Please merge this so its in the next upcoming release
Comment 6 Tim-Philipp Müller 2010-03-08 19:42:30 UTC
Author: David Schleef <ds@schleef.org>
Date:   Mon Mar 8 14:50:25 2010 +0000

    oggdemux: fix dirac header parsing
    
    Fixes #611900.