[Bug 779247] Fix race in videotexturecache

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Feb 26 10:22:29 UTC 2017


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #346740|none                        |needs-work
             status|                            |

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 346740:
 --> (https://bugzilla.gnome.org/review?bug=779247&attachment=346740)

::: sys/applemedia/videotexturecache.m
@@ +166,3 @@
           goto error;

+        textype = GST_VIDEO_GL_TEXTURE_TYPE_RGBA;

You're not setting the target here anymore, or are you elsewhere?

@@ +194,3 @@

+success: {
+  TextureWrapper *texture_data = malloc(sizeof(TextureWrapper));

g_new0(TextureWrapper, 1)

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