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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 21 06:00:27 PST 2012


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

--- Comment #9 from Andoni Morales <ylatuya at gmail.com> 2012-12-21 14:00:25 UTC ---
A good start would be checking that the main run loop is detected as running
correctly:
http://cgit.freedesktop.org/gstreamer-sdk/gst-plugins-good/tree/sys/osxvideo/osxvideosink.m?h=sdk-0.10.31#n118

you might be blocking the main thread and the conditional wait always time out,
even though the main run loop is really running:
http://cgit.freedesktop.org/gstreamer-sdk/gst-plugins-good/tree/sys/osxvideo/osxvideosink.m?h=sdk-0.10.31#n144

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