summaryrefslogtreecommitdiffstats
path: root/sys/osxvideo
Commit message (Expand)AuthorAgeFilesLines
* osxvideo: fix a warning doing a castJosep Torra2009-10-091-1/+1
* Remove hardcoded definition of OBJCDavid Schleef2009-03-011-2/+0
* osxvideosink: Fix build. Fixes #571038Edward Hervey2009-02-101-8/+7
* osxvideosink: remove non-embedded mode and fix memory management.Michael Smith2009-02-052-349/+66
* Remove version numbers from a few gst-launch examples.Stefan Kost2009-01-291-1/+1
* Update and add documentation for platform specific plugins (sys).Stefan Kost2009-01-291-14/+10
* sys/osxvideo/osxvideosink.*: Handle video window resizing more correctly, avo...Michael Smith2008-11-202-25/+24
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* sys/osxvideo/osxvideosink.m: Fix minor build issues on macosx.Edward Hervey2008-07-171-2/+2
* sys/osxvideo/cocoawindow.m: Fix compiler warnings on PPC64. Fixes bug #499318.Thijs Vermeir2008-05-061-3/+3
* sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo2008-03-182-1/+5
* sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo2008-03-182-11/+19
* Revert previous change caused by a file that got stuck on an old revision.Stefan Kost2008-01-151-34/+41
* Managed to resolve most unused declarations. Filed a bug for one left.Stefan Kost2008-01-151-40/+34
* Fix build on Mac OS X 10.5Julien Moutte2007-11-202-2/+2
* docs/plugins/Makefile.am: Also look for .m (objectivec) files.Edward Hervey2007-05-221-0/+37
* sys/osxvideo/osxvideosink.*: Remove the event-loop-in-separate-thread modific...Edward Hervey2007-05-172-8/+1
* sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the p...Edward Hervey2007-05-172-3/+19
* 80 char policeThomas Vander Stichele2007-04-291-2/+2
* sys/osxvideo/osxvideosink.m: Fix previous commit, we want to pass the NSView ...Edward Hervey2007-03-161-1/+1
* sys/osxvideo/osxvideosink.m: Emit 'have-ns-view' message when working in embe...Edward Hervey2007-03-161-5/+17
* sys/osxvideo/: Fix leaks when running a NSApp.Edward Hervey2007-03-144-55/+225
* update copyright statementsChristian Schaller2007-02-274-1/+23
* sys/osxvideo/: Disable the cocoa event loop since it's a huge memory leak. Sh...Edward Hervey2007-02-274-149/+2
* configure.ac: Check for an Objective C compilerEdward Hervey2007-01-305-0/+1156