[Bug 766053] New: uridownloader should take ownership of its source element
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri May 6 09:23:15 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=766053
Bug ID: 766053
Summary: uridownloader should take ownership of its source
element
Classification: Platform
Product: GStreamer
Version: unspecified
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: carlosgc at gnome.org
QA Contact: gstreamer-bugs at lists.freedesktop.org
CC: mcatanzaro at gnome.org, slomo at coaxion.net
GNOME version: ---
The URI downloader is creating the source element with
gst_element_factory_make() that returns a floating reference that nobody is
consuming. This is causing problems in WebKit, where the smart pointers used to
take references of the source elment get confused and end up consuming the
floating reference and then releasing the element, which usually crashes
because the URI downloader still tries to use its src element. See
https://bugs.webkit.org/show_bug.cgi?id=144040.
--
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