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 725723 - osxvideo: GetCurrentProcess not available on Mavericks
osxvideo: GetCurrentProcess not available on Mavericks
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Mac OS
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-05 13:11 UTC by Thijs Vermeir
Modified: 2014-03-05 19:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-osxvideo-fix-build-on-Mac-OSX-Mavericks-and-put-new- (6.07 KB, patch)
2014-03-05 13:12 UTC, Thijs Vermeir
committed Details | Review

Description Thijs Vermeir 2014-03-05 13:11:41 UTC
GetCurrentProcess/SetFrontProcess/TransformProcessType was deprecated
and now removed in Mac OSX 10.9. orderFrontRegardless is used to make
the video window the most front window.
Comment 1 Thijs Vermeir 2014-03-05 13:12:09 UTC
Created attachment 270986 [details] [review]
0001-osxvideo-fix-build-on-Mac-OSX-Mavericks-and-put-new-
Comment 2 Sebastian Dröge (slomo) 2014-03-05 19:36:53 UTC
commit e96f0c03ef2a42950270fac78eb6c65a95c5ddfa
Author: Thijs Vermeir <thijsvermeir@gmail.com>
Date:   Wed Mar 5 13:35:19 2014 +0100

    osxvideo: fix build on Mac OSX Mavericks and put new window in front
    
    GetCurrentProcess/SetFrontProcess/TransformProcessType was deprecated
    and now removed in Mac OSX 10.9. orderFrontRegardless is used to make
    the video window the most front window.