After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 682446 - [osxvideosink] Convert osxvideosink to the non-deprecated glib threading api
[osxvideosink] Convert osxvideosink to the non-deprecated glib threading api
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.11.x
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-22 09:55 UTC by Martin Ertsaas
Modified: 2012-08-22 10:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to convert to the new threading API (4.83 KB, patch)
2012-08-22 09:57 UTC, Martin Ertsaas
committed Details | Review

Description Martin Ertsaas 2012-08-22 09:55:50 UTC
osxvideosink now uses the old, deprecated threading API from glib. We will need to convert this to the new, non-deprecated api.
Comment 1 Martin Ertsaas 2012-08-22 09:57:03 UTC
Created attachment 222122 [details] [review]
Patch to convert to the new threading API
Comment 2 Tim-Philipp Müller 2012-08-22 10:12:29 UTC
Pushed, thanks:


commit 7fcbf88ced3fa623fdab7657d109170a7eb3ace7
Author: Martin Ertsaas <mertsas@cisco.com>
Date:   Wed Aug 22 11:21:38 2012 +0200

    osxvideosink: Make osxvideosink use the non-deprecated threading api from glib.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682446