GNOME Bugzilla – Bug 542064
[oggdemux] vorbis/theora, play only audio.
Last modified: 2008-07-16 10:15:23 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
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
It work great with a version 0.10.20. Thanks!