[gstreamer-bugs] [Bug 626815] basevideodecoder+vp8dec: inifnite loop on GST_EVENT_EOS

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 16 01:28:02 PDT 2010


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

--- Comment #4 from Philip Jägenstedt <philipj at opera.com> 2010-08-16 08:28:01 UTC ---
The only way we could reproduce this in Opera was by shutting down the page
quickly after opening it, which indicates a race condition of some sort.
packetized is set to TRUE in gst_vp8_dec_start, and I assume that there's no
guarantee that this is called before GST_EVENT_EOS reaches
gst_base_video_decoder_sink_event.

Note that our custom src sends an eos event when it needs to shut down, which
is probably why you won't see this is normal use.

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