[Gstreamer-bugs] [Bug 144616] New: - Infinite loop in wavparse.

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Jun 18 11:52:11 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=144616
GStreamer | gst-plugins | Ver: 0.8.2

           Summary: Infinite loop in wavparse.
           Product: GStreamer
           Version: 0.8.2
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: Urgent
         Component: gst-plugins
        AssignedTo: gstreamer-maint at bugzilla.gnome.org
        ReportedBy: sc5 at hermes.usherb.ca
         QAContact: gstreamer-maint at bugzilla.gnome.org


With gst-plugins-0.8.1.2, pipelines like this one;
gst-launch-0.8 --gst-scheduler=entrygthread filesrc=somefile.wav ! wavparse !
spider ! esdsink

get stuck in an infinite loop very often.  I traced the problem back to
riff-read.c which unrefs EOS in gst_riff_read_skip() without doing anything with
it.  The next time bytestream calls gst_pad_pull(), the pipeline gets stuck.

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




More information about the Gstreamer-bugs mailing list