summaryrefslogtreecommitdiff
path: root/sys/osxvideo
AgeCommit message (Expand)AuthorFilesLines
2013-01-31osxvideosink: Make GstNavigation key input events in osxvideosink compatible ...Alexey Chernov2-10/+302
2013-01-23osxvideosink: Fix crash in osxvideosink with external window outputAlexey Chernov2-3/+10
2013-01-23osxvideosink: 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-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
2012-05-24osxvideosink: rename cocoa runloop helper funcsAlessandro Decina1-4/+4
2012-05-24osxvideosink: don't create application menusAlessandro Decina1-83/+0
2012-05-24osxvideosink: reset the embed property for backward compatilibityAndoni Morales Alastruey2-9/+14
2012-05-24osxvideosink: fix navigation when force-aspect-ratio is activatedAndoni Morales Alastruey3-24/+25
2012-05-24osxvideosink: add force-aspect-ratio propertyAndoni Morales Alastruey4-1/+60
2012-05-24osxvideosink: start internal window if no view is providedAndoni Morales Alastruey4-3/+232
2012-05-24osxvideosink: implement the navigation interfaceAndoni Morales Alastruey3-16/+199
2012-05-24osvideosink: create, destroy, resize and draw from the main threadAndoni Morales Alastruey2-26/+133
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-0/+1
2012-01-13osxvideo: Fix leak of NSOpenGLPixelFormat objectStig Sandnes1-0/+1
2011-11-28various: fix pad template leaksVincent Penquerc'h1-2/+2
2010-10-13various (sys): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-1/+1
2010-09-21osxvideosink: use the new xoverlay APIsPhilippe Normand1-2/+3
2010-05-11osxvideosink: allow switching views at runtime.Alessandro Decina1-0/+9
2010-05-11osxvideosink: implement the xoverlay interface. Fixes #618349.Alessandro Decina4-15/+155
2010-03-23osx: fix compiler warningsTristan Matthews1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+3
2009-10-23osxvideosink: Create the video NSView in READY->PAUSED rather than NULL->READYMichael Smith1-1/+3
2009-10-23osxvideo: explicitly link to GST_LIBSMichael Smith1-1/+4
2009-10-09osxvideo: fix a warning doing a castJosep Torra1-1/+1
2009-03-01Remove hardcoded definition of OBJCDavid Schleef1-2/+0
2009-02-10osxvideosink: Fix build. Fixes #571038Edward Hervey1-8/+7
2009-02-05osxvideosink: remove non-embedded mode and fix memory management.Michael Smith2-349/+66
2009-01-29Remove version numbers from a few gst-launch examples.Stefan Kost1-1/+1
2009-01-29Update and add documentation for platform specific plugins (sys).Stefan Kost1-14/+10
2008-11-20sys/osxvideo/osxvideosink.*: Handle video window resizing more correctly, avo...Michael Smith2-25/+24