summaryrefslogtreecommitdiff
path: root/sys/osxvideo
AgeCommit message (Expand)AuthorFilesLines
2016-08-31osxvideo: Remove QuickTime references.Jan Schmidt3-3/+1
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2015-03-24osxvideosink: check for deprecated constants prior to OSX 10.10Julien Isorce1-0/+6
2015-01-10osxvideosink: Disable hack for NSApp iteration with a special #defineSebastian Dröge4-3/+22
2014-12-16osxvideosink: clear rectangle structures before useWim Taymans1-1/+3
2014-06-23osxvideosink: remove legacy code for passing a window handleAndoni Morales Alastruey2-52/+21
2014-04-12osxvideosink: Set rank to MARGINALSebastian Dröge1-1/+1
2014-04-08osxvideosink: use the video frame API instead of the video meta APIMatthieu Bouron2-6/+16
2014-04-08osxvideosink: advertize video meta API supportMatthieu Bouron1-0/+9
2014-03-05osxvideo: fix build on Mac OSX Mavericks and put new window in frontThijs Vermeir2-25/+18
2014-02-05osxvideo: Fix libtool usageEdward Hervey1-1/+1
2014-01-02osxvideo: unifdef -DRUN_NS_APP_THREADJeremy Huddleston Sequoia3-36/+2
2014-01-02osxvideo: Assume SDK and deployment target are at least Snow LeopardJeremy Huddleston Sequoia2-62/+0
2013-12-31osx: Make OSX version checks more consistentSebastian Dröge2-4/+4
2013-12-31osxvideosink: Fix build on updated OS X LeopardJeremy Huddleston1-1/+1
2013-12-08osxvideosink: fix segfault when dealing with padded framesAlessandro Decina2-19/+38
2013-10-28osxvideosink: fix missing selector name warningsMatthieu Bouron2-4/+4
2013-09-24osxvideosink: fix segfault releasing the sinkAndoni Morales Alastruey1-2/+10
2013-07-17osxvideosink: warn about the future deprecation of the "embed" propertyAndoni Morales Alastruey1-0/+3
2013-07-10osxvideosink: defer the window handle setup to the main threadAndoni Morales Alastruey2-32/+37
2013-07-10osxvideosink: default to the main in case we are not setup yetAndoni Morales Alastruey1-1/+8
2013-07-10osxvideosink: close the internal window correctlyAndoni Morales Alastruey1-2/+16
2013-07-10osxvideosink: only create the NS app thread for Cocoa onceAndoni Morales Alastruey2-61/+66
2013-06-18osxvideosink: fix support in VM's without hardware accelerationAndoni Morales Alastruey2-4/+8
2013-05-02osxvideosink: fix setting window handle after transitionAndoni Morales Alastruey2-13/+12
2013-04-16osxvideosink: fix segfault accessing osxwindow when not set yetAndoni Morales Alastruey1-3/+4
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-05osxvideo: include pthread.h to fix compiler warningTodd Agulnick1-0/+1
2013-01-31osxvideosink: Make GstNavigation key input events in osxvideosink compatible ...Alexey Chernov2-10/+302
2013-01-16osxvideosink: Fix crash in osxvideosink with external window outputAlexey Chernov2-3/+10
2013-01-16osxvideosink: Make GstGLView propagate input events to its parent viewAlexey Chernov1-0/+7
2012-12-10osxvideosink: Fix resizing the Cocoa window on receiving new capsAlexey Chernov1-1/+2
2012-11-04Fix FSF addressTim-Philipp Müller4-8/+8
2012-08-22osxvideosink: Make osxvideosink use the non-deprecated threading api from glib.Martin Ertsaas2-29/+25
2012-08-06osxvideosink: add a better detection for the main run loopAndoni Morales Alastruey2-1/+69
2012-06-29osxvideosink: default to force-aspect-ratio=trueTim-Philipp Müller1-1/+1
2012-06-05osxvideo: straightforward port to 0.11Thiago Santos2-33/+15
2012-05-31osxvideosink: Really fix the build on 10.5Josep Torra1-4/+10
2012-05-31osxvideosink: fix race in starting the runloop threadAlessandro Decina2-16/+28
2012-05-30osxvideosink: Fix last commit to actually workJosep Torra1-3/+3
2012-05-30osxvideosink: Put the right flags in the right variableSebastian Dröge1-1/+3
2012-05-30osxvideosink: NSWindowDelegate is available in all OSX versions newer than 10.6Sebastian Dröge1-1/+1
2012-05-30osxvideosink: Fix build with older OSX versionsJosep Torra1-0/+4
2012-05-30configure: Add OBJC specific compiler flagsSebastian Dröge1-7/+4
2012-05-25osxvideosink: make sure all selectors are performed on the same threadAndoni Morales Alastruey4-49/+70
2012-05-24osxvideosink: start the loop before calling [gstview haveSuperview]Alessandro Decina1-1/+1
2012-05-24osxvideosink: fix indentationAlessandro Decina1-13/+13
2012-05-24osxvideosink: enable running the cocoa main runloop in a threadAlessandro Decina1-1/+1
2012-05-24osxvideosink: add code to optionally run the cocoa main runloop in a separate...Alessandro Decina2-12/+93
2012-05-24osxvideosink: reset app_started to FALSE when shutting downAlessandro Decina1-0/+3