summaryrefslogtreecommitdiff
path: root/sys/osxvideo
Commit message (Expand)AuthorAgeFilesLines
* osxvideosink: check for deprecated constants prior to OSX 10.10Julien Isorce2015-03-241-0/+6
* osxvideosink: Disable hack for NSApp iteration with a special #defineSebastian Dröge2015-01-104-3/+22
* osxvideosink: clear rectangle structures before useWim Taymans2014-12-161-1/+3
* osxvideosink: remove legacy code for passing a window handleAndoni Morales Alastruey2014-06-232-52/+21
* osxvideosink: Set rank to MARGINALSebastian Dröge2014-04-121-1/+1
* osxvideosink: use the video frame API instead of the video meta APIMatthieu Bouron2014-04-082-6/+16
* osxvideosink: advertize video meta API supportMatthieu Bouron2014-04-081-0/+9
* osxvideo: fix build on Mac OSX Mavericks and put new window in frontThijs Vermeir2014-03-052-25/+18
* osxvideo: Fix libtool usageEdward Hervey2014-02-051-1/+1
* osxvideo: unifdef -DRUN_NS_APP_THREADJeremy Huddleston Sequoia2014-01-023-36/+2
* osxvideo: Assume SDK and deployment target are at least Snow LeopardJeremy Huddleston Sequoia2014-01-022-62/+0
* osx: Make OSX version checks more consistentSebastian Dröge2013-12-312-4/+4
* osxvideosink: Fix build on updated OS X LeopardJeremy Huddleston2013-12-311-1/+1
* osxvideosink: fix segfault when dealing with padded framesAlessandro Decina2013-12-082-19/+38
* osxvideosink: fix missing selector name warningsMatthieu Bouron2013-10-282-4/+4
* osxvideosink: fix segfault releasing the sinkAndoni Morales Alastruey2013-09-241-2/+10
* osxvideosink: warn about the future deprecation of the "embed" propertyAndoni Morales Alastruey2013-07-171-0/+3
* osxvideosink: defer the window handle setup to the main threadAndoni Morales Alastruey2013-07-102-32/+37
* osxvideosink: default to the main in case we are not setup yetAndoni Morales Alastruey2013-07-101-1/+8
* osxvideosink: close the internal window correctlyAndoni Morales Alastruey2013-07-101-2/+16
* osxvideosink: only create the NS app thread for Cocoa onceAndoni Morales Alastruey2013-07-102-61/+66
* osxvideosink: fix support in VM's without hardware accelerationAndoni Morales Alastruey2013-06-182-4/+8
* osxvideosink: fix setting window handle after transitionAndoni Morales Alastruey2013-05-022-13/+12
* osxvideosink: fix segfault accessing osxwindow when not set yetAndoni Morales Alastruey2013-04-161-3/+4
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* osxvideo: include pthread.h to fix compiler warningTodd Agulnick2013-04-051-0/+1
* osxvideosink: Make GstNavigation key input events in osxvideosink compatible ...Alexey Chernov2013-01-312-10/+302
* osxvideosink: Fix crash in osxvideosink with external window outputAlexey Chernov2013-01-162-3/+10
* osxvideosink: Make GstGLView propagate input events to its parent viewAlexey Chernov2013-01-161-0/+7
* osxvideosink: Fix resizing the Cocoa window on receiving new capsAlexey Chernov2012-12-101-1/+2
* Fix FSF addressTim-Philipp Müller2012-11-044-8/+8
* osxvideosink: Make osxvideosink use the non-deprecated threading api from glib.Martin Ertsaas2012-08-222-29/+25
* osxvideosink: add a better detection for the main run loopAndoni Morales Alastruey2012-08-062-1/+69
* osxvideosink: default to force-aspect-ratio=trueTim-Philipp Müller2012-06-291-1/+1
* osxvideo: straightforward port to 0.11Thiago Santos2012-06-052-33/+15
* osxvideosink: Really fix the build on 10.5Josep Torra2012-05-311-4/+10
* osxvideosink: fix race in starting the runloop threadAlessandro Decina2012-05-312-16/+28
* osxvideosink: Fix last commit to actually workJosep Torra2012-05-301-3/+3
* osxvideosink: Put the right flags in the right variableSebastian Dröge2012-05-301-1/+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
* configure: Add OBJC specific compiler flagsSebastian Dröge2012-05-301-7/+4
* osxvideosink: make sure all selectors are performed on the same threadAndoni Morales Alastruey2012-05-254-49/+70
* osxvideosink: start the loop before calling [gstview haveSuperview]Alessandro Decina2012-05-241-1/+1
* osxvideosink: fix indentationAlessandro Decina2012-05-241-13/+13
* osxvideosink: enable running the cocoa main runloop in a threadAlessandro Decina2012-05-241-1/+1
* osxvideosink: add code to optionally run the cocoa main runloop in a separate...Alessandro Decina2012-05-242-12/+93
* osxvideosink: reset app_started to FALSE when shutting downAlessandro Decina2012-05-241-0/+3
* osxvideosink: rename cocoa runloop helper funcsAlessandro Decina2012-05-241-4/+4
* osxvideosink: don't create application menusAlessandro Decina2012-05-241-83/+0