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 542064 - [oggdemux] vorbis/theora, play only audio.
[oggdemux] vorbis/theora, play only audio.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.18
Other Linux
: Normal normal
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-08 16:15 UTC by kitone
Modified: 2008-07-16 10:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kitone 2008-07-08 16:15:14 UTC
The vorbis/theora clip "Big Buck Bunny trailer" can be downloaded from :
http://download.blender.org/peach/trailer/trailer_400p.ogg

* Overview Description:
I only need to used audio to generate a waveform (with level element). 
It works perfectly with the other files but never with the vorbis/theora files.

* Steps to Reproduce:
gst-launch filesrc location=trailer_400p.ogg ! decodebin ! audioconvert ! alsasink

* Actual Results :
$ gst-launch filesrc location=trailer_400p.ogg ! decodebin ! audioconvert ! alsasink
Additional debug info:
gstoggdemux.c(3104): gst_ogg_demux_loop (): /pipeline0/decodebin0/oggdemux0:
stream stopped, reason error
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
FREEING pipeline ...

* Expected Results:
Just play audio (without fakesink for video).

* Does this happen every time?
Yes

* OS:
Kernel  	   : Linux 2.6.24-19-generic (i686)
Distribution : Ubuntu 8.04.1

* GStreamer version:
gstreamer-tools ........................ 0.10.18-4ubuntu1
gstreamer0.10-plugins-base-apps ........ 0.10.18-3
gstreamer0.10-ffmpeg ................... 0.10.3-6
gstreamer0.10-fluendo-mp3 .............. 0.10.7.debian-1
gstreamer0.10-plugins-good ............. 0.10.7-3ubuntu0.1
gstreamer0.10-plugins-bad .............. 0.10.6-5
gstreamer0.10-plugins-ugly-multiverse .. 0.10.7-1
gstreamer0.10-fluendo-mpegmux .......... 0.10.2-1
gstreamer0.10-x ........................ 0.10.18-3
gstreamer0.10-plugins-bad-multiverse ... 0.10.6-1
gstreamer0.10-fluendo-mpegdemux ........ 0.10.15-1
gstreamer0.10-plugins-ugly ............. 0.10.7-3ubuntu1
gstreamer0.10-plugins-base ............. 0.10.18-3
gstreamer0.10-pitfdll .................. 0.9.1.1+cvs20080215-1
gstreamer0.10-gnonlin .................. 0.10.9-1
gstreamer0.10-tools .................... 0.10.18-4ubuntu1
gstreamer0.10-plugins-farsight ......... 0.12.5-2ubuntu1
gstreamer0.10-gnomevfs ................. 0.10.18-3
gstreamer0.10-alsa ..................... 0.10.18-3
gstreamer0.10-schroedinger ............. 1.0.1-2
Comment 1 Sebastian Dröge (slomo) 2008-07-12 17:28:14 UTC
Works fine for me with latest CVS and

gst-launch-0.10 -v filesrc location=trailer_400p.ogg ! decodebin ! audioconvert ! alsasink

Could you check with newer versions of gstreamer and gst-plugins-base?

Also please try

gst-launch-0.10 -v filesrc location=trailer_400p.ogg ! decodebin ! audioconvert ! audioresample ! audioconvert ! alsasink

and

gst-launch-0.10 -v filesrc location=trailer_400p.ogg ! decodebin ! audioconvert ! fakesink
Comment 2 kitone 2008-07-16 09:09:45 UTC
It work great with a version 0.10.20.

Thanks!