[Bug 689730] osxvideosink hang the application when setting the pipeline to PLAYING state [multithreading]

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 10 09:02:50 PDT 2013


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

--- Comment #18 from Andoni Morales <ylatuya at gmail.com> 2013-07-10 16:02:44 UTC ---
It only works with the NS run loop, and when it's not found the sink creates
its own. Bot Gtk's and Qt's main loop creates a NS run loop, so the sink 
doesn't need to create one itself, instead GLib's main loop doesn't. But you
don't need to use Gtk's main loop here, it should work with glib's one too,
sorry for the confusion

I have tested with the latest commits and it seems to work now with
-DTEST_THREADED using glib's main loop. Can you confirm it?

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