summaryrefslogtreecommitdiff
path: root/sys/osxvideo
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-07-17sys/osxvideo/osxvideosink.m: Fix minor build issues on macosx.Edward Hervey1-2/+2
2008-05-06sys/osxvideo/cocoawindow.m: Fix compiler warnings on PPC64. Fixes bug #499318.Thijs Vermeir1-3/+3
2008-03-18sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo2-1/+5
2008-03-18sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo2-11/+19
2008-01-15Revert previous change caused by a file that got stuck on an old revision.Stefan Kost1-34/+41
2008-01-15Managed to resolve most unused declarations. Filed a bug for one left.Stefan Kost1-40/+34
2007-11-20Fix build on Mac OS X 10.5Julien Moutte2-2/+2
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 Hervey2-8/+1
2007-05-17sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the p...Edward Hervey2-3/+19
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 Hervey4-55/+225
2007-02-27update copyright statementsChristian Schaller4-1/+23
2007-02-27sys/osxvideo/: Disable the cocoa event loop since it's a huge memory leak. Sh...Edward Hervey4-149/+2
2007-01-30configure.ac: Check for an Objective C compilerEdward Hervey5-0/+1156