[Bug 770772] glupload: 91fea30ff4 makes android tutorial 5 crash on Galaxy S6

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Sep 12 19:13:13 UTC 2016


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Is this fixed by

commit c16d57cc9a64f1aeaa20ac079feb21f33893224d
Author: Alessandro Decina <alessandro.d at gmail.com>
Date:   Mon Sep 5 14:44:24 2016 +1000

    glupload: create the GstGLUpload object in ::transform_caps

    Previously it was created in the init function and destroyed in ::stop,
which
    lead to segfaults when reusing the element.

    Now the upload object is created in ::transform_caps if it is NULL, which
is the
    earliest we need it. The other vfuncs already bail out if the upload object
is
    NULL, which means that negotiation wasn't done.


by any chance?

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