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 602954 - [oggdemux] can't get first chain on ogg/theora stream
[oggdemux] can't get first chain on ogg/theora 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: 602790
 
 
Reported: 2009-11-25 16:17 UTC by Philippe Normand
Modified: 2009-11-27 21:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philippe Normand 2009-11-25 16:17:00 UTC
http://htmlfive.appspot.com/media/billyBrowsers.ogg fails to play with latest git and playbin2.

gstoggdemux.c(1105): gst_ogg_demux_sink_event (): 
                      /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstOggDemux:oggdemux0: can't get first chain

ogginfo:

New logical stream (#1, serial: 30f7a561): type theora
New logical stream (#2, serial: 7ef5ffa7): type vorbis
Vorbis headers parsed for stream 2, information follows...
Version: 0
Vendor: AO; aoTuV b5 [20061024] (based on Xiph.Org's libVorbis)
Channels: 2
Rate: 32000

Nominal bitrate: 56.000000 kb/s
Upper bitrate not set
Lower bitrate not set
Theora headers parsed for stream 1, information follows...
Version: 3.2.0
Vendor: Xiph.Org libTheora I 20060526 3 2 0
Width: 640
Height: 480
Total image: 640 by 480, crop offset (0, 0)
Framerate 982057/32768 (29.97 fps)
Pixel aspect ratio 10:9 (1.111111:1)
Frame aspect 1.481481:1
Colourspace: Rec. ITU-R BT.470-6 System M (NTSC)
Pixel format 4:2:0
Target bitrate: 1000 kbps
Nominal quality setting (0-63): 0
User comments section follows...
	ENCODER=ffmpeg2theora 0.19
Theora stream 1:
	Total data length: 3123439 bytes
	Playback length: 0m:29.996s
	Average bitrate: 833.009750 kb/s
Logical stream 1 ended
Vorbis stream 2:
	Total data length: 233807 bytes
	Playback length: 0m:29.996s
	Average bitrate: 62.355418 kb/s
Logical stream 2 ended
Comment 1 David Schleef 2009-11-27 21:44:38 UTC
I either can't reproduce this, or it's fixed in d2c9d7fc1c21cedeb98d4a5f6f73653032866ec7.  It looks like something that would have been fixed in d2c9d7.