summaryrefslogtreecommitdiff
path: root/sys/osxvideo/osxvideosink.m
AgeCommit message (Expand)AuthorFilesLines
2013-01-23osxvideosink: Fix crash in osxvideosink with external window outputAlexey Chernov1-1/+10
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 Ertsaas1-25/+21
2012-08-06osxvideosink: add a better detection for the main run loopAndoni Morales Alastruey1-1/+64
2012-06-29osxvideosink: default to force-aspect-ratio=trueTim-Philipp Müller1-1/+1
2012-06-05osxvideo: straightforward port to 0.11Thiago Santos1-32/+14
2012-05-31osxvideosink: fix race in starting the runloop threadAlessandro Decina1-15/+25
2012-05-25osxvideosink: make sure all selectors are performed on the same threadAndoni Morales Alastruey1-44/+53
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: add code to optionally run the cocoa main runloop in a separate...Alessandro Decina1-11/+84
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 Alastruey1-9/+13
2012-05-24osxvideosink: fix navigation when force-aspect-ratio is activatedAndoni Morales Alastruey1-11/+12
2012-05-24osxvideosink: add force-aspect-ratio propertyAndoni Morales Alastruey1-0/+24
2012-05-24osxvideosink: start internal window if no view is providedAndoni Morales Alastruey1-1/+209
2012-05-24osxvideosink: implement the navigation interfaceAndoni Morales Alastruey1-1/+73
2012-05-24osvideosink: create, destroy, resize and draw from the main threadAndoni Morales Alastruey1-26/+110
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
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 Decina1-15/+119
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-02-10osxvideosink: Fix build. Fixes #571038Edward Hervey1-8/+7
2009-02-05osxvideosink: remove non-embedded mode and fix memory management.Michael Smith1-325/+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 Smith1-22/+24
2008-07-17sys/osxvideo/osxvideosink.m: Fix minor build issues on macosx.Edward Hervey1-2/+2
2008-03-18sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo1-1/+4
2008-03-18sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo1-11/+17
2007-05-22docs/plugins/Makefile.am: Also look for .m (objectivec) files.Edward Hervey1-0/+37
2007-05-17sys/osxvideo/osxvideosink.*: Remove the event-loop-in-separate-thread modific...Edward Hervey1-6/+1
2007-05-17sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the p...Edward Hervey1-3/+17
2007-04-2980 char policeThomas Vander Stichele1-2/+2
2007-03-16sys/osxvideo/osxvideosink.m: Fix previous commit, we want to pass the NSView ...Edward Hervey1-1/+1
2007-03-16sys/osxvideo/osxvideosink.m: Emit 'have-ns-view' message when working in embe...Edward Hervey1-5/+17
2007-03-14sys/osxvideo/: Fix leaks when running a NSApp.Edward Hervey1-17/+159
2007-02-27update copyright statementsChristian Schaller1-1/+6
2007-02-27sys/osxvideo/: Disable the cocoa event loop since it's a huge memory leak. Sh...Edward Hervey1-16/+2
2007-01-30configure.ac: Check for an Objective C compilerEdward Hervey1-0/+474