[Bug 680328] New: [0.11] wavparse: cue chunk parsing breaks preroll with 6_Channel_ID_16_44100.wav

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jul 20 09:50:55 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=680328
  GStreamer | gst-plugins-good | 0.11.x

           Summary: [0.11] wavparse: cue chunk parsing breaks preroll with
                    6_Channel_ID_16_44100.wav
    Classification: Platform
           Product: GStreamer
           Version: 0.11.x
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Does not preroll (push mode):

  gst-launch-1.0
http://samplemedia.linaro.org/Audio/multi-channel/6_Channel_ID_16_44100.wav !
wavparse ! audioconvert ! pulsesink

Does also not work (pull mode):

$ wget -P /tmp
http://samplemedia.linaro.org/Audio/multi-channel/6_Channel_ID_16_44100.wav
$ gst-launch-1.0 filesrc location= /tmp/6_Channel_ID_16_44100.wav ! wavparse !
audioconvert ! pulsesink

gst_wavparse_stream_headers:<wavparse0> Got TAG: cue , offset 60
gst_wavparse_stream_headers:<wavparse0> Have 'cue' TAG, size : 52
gst_wavparse_cue_chunk:<wavparse0> broken file

It seems to just stop then, and not even post an error. In 0.10 it just
skips/ignores the 'cue' chunk and everything is fine.

Probably introduced with bug #677306

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