[Bug 706553] context creation is not thread safe

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 2 05:39:35 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=706553
  GStreamer | gst-plugins-gl | git

--- Comment #10 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-09-02 12:39:28 UTC ---
(In reply to comment #9)
> (In reply to comment #8)
> > (In reply to comment #7)
> > > (In reply to comment #6)
> > > > (In reply to comment #5)
> > 
> > No I meant if the callers of send_message() currently require invocation to be
> > synchronous or if we can easily make them async.
> 
> We can probably make most of them async pretty easily.

I'm all for making things async, but then you need to make sure that the
callback is *always* called at some point so the data passed to it can be
freed. Maybe modelling the API around GAsyncResult (see the GIO APIs) would
make sense too then, might also be too much for this though :)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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