[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 08:36:21 PDT 2013


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

--- Comment #15 from Andoni Morales <ylatuya at gmail.com> 2013-07-10 15:36:13 UTC ---
This can happen when the NS run loop is not running yet (eg: the sink hasn't
prerolled or there isn't  any main run loop running).
Gtk's main run loop integrates nicely with NS run loop, so replacing
g_main_loop_run (loop); with gtk_main(); will make it work.

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