[Bug 778434] applemedia: race condition in videotexturecache.m
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Feb 14 10:26:13 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=778434
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Author: Nick Kallen <nickkallen at me.com>
Date: Fri Feb 10 11:32:23 2017 +0100
applemedia: free videotexturecache texture in gl thread
The cached texture was treated as user_data passed to GstGLBaseMemory
and freed with a GDestroyNotify function. However, this data must
be treated specially: it must be destroyed in the GL thread.
https://bugzilla.gnome.org/show_bug.cgi?id=778434
--
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