summaryrefslogtreecommitdiff
path: root/sys/osxvideo/osxvideosink.h
Commit message (Expand)AuthorAgeFilesLines
* osxvideosink: Disable hack for NSApp iteration with a special #defineSebastian Dröge2015-01-101-0/+2
* osxvideosink: remove legacy code for passing a window handleAndoni Morales Alastruey2014-06-231-1/+0
* osxvideosink: use the video frame API instead of the video meta APIMatthieu Bouron2014-04-081-0/+2
* osxvideo: unifdef -DRUN_NS_APP_THREADJeremy Huddleston Sequoia2014-01-021-6/+0
* osxvideo: Assume SDK and deployment target are at least Snow LeopardJeremy Huddleston Sequoia2014-01-021-14/+0
* osx: Make OSX version checks more consistentSebastian Dröge2013-12-311-2/+2
* osxvideosink: Fix build on updated OS X LeopardJeremy Huddleston2013-12-311-1/+1
* osxvideosink: defer the window handle setup to the main threadAndoni Morales Alastruey2013-07-101-0/+1
* osxvideosink: only create the NS app thread for Cocoa onceAndoni Morales Alastruey2013-07-101-12/+13
* osxvideosink: fix setting window handle after transitionAndoni Morales Alastruey2013-05-021-2/+0
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* osxvideosink: Make osxvideosink use the non-deprecated threading api from glib.Martin Ertsaas2012-08-221-4/+4
* osxvideosink: add a better detection for the main run loopAndoni Morales Alastruey2012-08-061-0/+5
* osxvideosink: Really fix the build on 10.5Josep Torra2012-05-311-4/+10
* osxvideosink: fix race in starting the runloop threadAlessandro Decina2012-05-311-1/+3
* osxvideosink: Fix last commit to actually workJosep Torra2012-05-301-3/+3
* osxvideosink: NSWindowDelegate is available in all OSX versions newer than 10.6Sebastian Dröge2012-05-301-1/+1
* osxvideosink: Fix build with older OSX versionsJosep Torra2012-05-301-0/+4
* osxvideosink: make sure all selectors are performed on the same threadAndoni Morales Alastruey2012-05-251-1/+4
* osxvideosink: add code to optionally run the cocoa main runloop in a separate...Alessandro Decina2012-05-241-1/+9
* osxvideosink: reset the embed property for backward compatilibityAndoni Morales Alastruey2012-05-241-0/+1
* osxvideosink: add force-aspect-ratio propertyAndoni Morales Alastruey2012-05-241-0/+1
* osxvideosink: start internal window if no view is providedAndoni Morales Alastruey2012-05-241-0/+21
* osvideosink: create, destroy, resize and draw from the main threadAndoni Morales Alastruey2012-05-241-0/+23
* osxvideosink: implement the xoverlay interface. Fixes #618349.Alessandro Decina2010-05-111-0/+1
* osxvideosink: remove non-embedded mode and fix memory management.Michael Smith2009-02-051-24/+0
* sys/osxvideo/osxvideosink.*: Handle video window resizing more correctly, avo...Michael Smith2008-11-201-3/+0
* sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo2008-03-181-0/+1
* sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo2008-03-181-0/+2
* Revert previous change caused by a file that got stuck on an old revision.Stefan Kost2008-01-151-34/+41
* Managed to resolve most unused declarations. Filed a bug for one left.Stefan Kost2008-01-151-40/+34
* sys/osxvideo/osxvideosink.*: Remove the event-loop-in-separate-thread modific...Edward Hervey2007-05-171-2/+0
* sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the p...Edward Hervey2007-05-171-0/+2
* sys/osxvideo/: Fix leaks when running a NSApp.Edward Hervey2007-03-141-1/+11
* update copyright statementsChristian Schaller2007-02-271-0/+7
* sys/osxvideo/: Disable the cocoa event loop since it's a huge memory leak. Sh...Edward Hervey2007-02-271-21/+0
* configure.ac: Check for an Objective C compilerEdward Hervey2007-01-301-0/+111