[Webkit-unassigned] [Bug 184581] [GTK][GStreamer] Tests crashing since playbin3 was added

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 13 04:55:39 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=184581

Thibault Saunier <tsaunier at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tsaunier at gnome.org

--- Comment #3 from Thibault Saunier <tsaunier at gnome.org> ---
(In reply to Philippe Normand from comment #2)
> Strange though, playbin3 isn't enabled unless the USE_PLAYBIN3 env var is
> set.

Right, the probleme seem to be that now the playbin3 support is built (as Gst > 1.10), I think we enter that code path:

```
#if GST_CHECK_VERSION(1, 10, 0)
    if (m_stream)
        m_stream.clear();
#endif
```

in `void TrackPrivateBaseGStreamer::disconnect()`, but m_stream should bu NULL here.

I have not been able to reproduce locally.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180413/33466c3c/attachment.html>


More information about the webkit-unassigned mailing list