[Bug 662108] New: Assertion in base audio decoder when decoding vorbis

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 18 09:18:56 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=662108
  GStreamer | gst-plugins-base | git

           Summary: Assertion in base audio decoder when decoding vorbis
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: vincent.penquerch at collabora.co.uk
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


$ gst-launch filesrc location=test.ogg ! oggdemux ! 'audio/x-vorbis' ! oggmux !
oggdemux ! vorbisdec ! audioconvert ! alsasink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
**
ERROR:gstaudiodecoder.c:759:gst_audio_decoder_finish_frame: code should not be
reached
Aborted (core dumped)


Not doing the remux works:

$ gst-launch filesrc location=test.ogg ! oggdemux ! 'audio/x-vorbis'  !
vorbisdec ! audioconvert ! alsasink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstAudioSinkClock
^CCaught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 1997285076 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list