[gstreamer-bugs] [Bug 317592] New: wavpackdec segfaults/fails on all wavpack files

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Sep 30 04:29:22 PDT 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=317592
 GStreamer | gst-plugins | Ver: 0.8.10

           Summary: wavpackdec segfaults/fails on all wavpack files
           Product: GStreamer
           Version: 0.8.10
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sebastian.droege at gmx.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Distribution/Version: Ubuntu Breezy

Hi,
wavpackdec segfaults on all wavpack files when used the following way:

gst-launch-0.8 filesrc location="test.wv" ! wavpackdec ! osssink
RUNNING pipeline ...
Segmentation fault


when running the following way it just fails:
gst-launch-0.8 filesrc location="test.wv" ! wavpackdec ! audioscale !
audioconvert ! osssink
RUNNING pipeline ...
ERROR: from element /pipeline0/wavpackdec0: Internal GStreamer error: pad
problem.  File a bug.
Additional debug info:
gstpad.c(2562): gst_pad_set_explicit_caps: /pipeline0/wavpackdec0:
failed to negotiate (try_set_caps with "audio/x-raw-int, rate=(int)8000,
channels=(int)1, depth=(int)8, width=(int)8, endianness=(int)1234,
signed=(boolean)true" returned REFUSED)
ERROR: pipeline doesn't want to play.


when running it with gst-launch-ext-0.8 the following happens:
No suitable pipe found for extension wv.


gst-inspect shows the following:
gst-inspect | grep wavpack
typefindfunctions: audio/x-wavpack: wv, wvp
typefindfunctions: audio/x-wavpack-correction: wvc
wavpack:  wavpackparse: Wavpack file parser
wavpack:  wavpackdec: WAVPACK decoder


and the funniest thing... totem/rhythmbox plays the file without problems

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list