[Bug 773861] New: wavparse: element error is posted at EOS even though WAV file is OK

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Nov 2 20:07:48 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=773861

            Bug ID: 773861
           Summary: wavparse: element error is posted at EOS even though
                    WAV file is OK
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: dv at pseudoterminal.org
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

In 0.10.0, once a WAV file reaches EOS, this error is posted:

    /GstPipeline:pipeline0/GstWavParse:wavparse0: The stream is of a different
type than handled by this element.

this has been happening to me with every WAV file I tried. A test WAV file that
reproduces the problem can in fact be generated with gst-launch:

    gst-launch-1.0 audiotestsrc num-buffers=10 ! "audio/x-raw, rate=44100,
format=S16LE, channels=2" ! wavenc ! filesink location=test.wav

when I then play it like this, the error is posted:

    gst-launch-1.0 filesrc location=test.wav ! wavparse ! fakesink

It also happens if I use the latest git master.

-- 
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