[Bug 755169] dashdemux: can we have multiple seek events at the same time?

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 22 07:20:48 PDT 2015


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

--- Comment #18 from Florin Apostol <florin.apostol at oregan.net> ---
(In reply to Vincent Penquerc'h from comment #16)
> I was thinking of copying the list only, not the _GstAdaptiveDemuxStream
> objects themselves. The refcounting is here to delay the freeing, in case
> _reset or _expose_pads happens in the time where we released the manifest
> lock.

If you only copy the list, you will have a list containing as data pointers to
streams that no longer exist. The stream->download_error_count = 0; that is
called after gst_task_join will crash.

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