[Bug 703100] osxvideosink: deadlock on re-use

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 8 07:09:09 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=703100
  GStreamer | gst-plugins-good | 1.0.7

--- Comment #8 from Andoni Morales <ylatuya at gmail.com> 2013-07-08 14:09:06 UTC ---
I implemented something similar with an atomic to keep count of the sinks
running, but I don't know if we should really do something here.

When we need this helper thread we also need to initialize the application
with:

  [NSApplication sharedApplication];
  [NSApp finishLaunching];

So I'd say that in case we need a custom NS run loop running it should be
initialized and started only once and kept it running until the applications
ends. This thread is blocking and not polling, so it's not consuming resources.

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