GNOME Bugzilla – Bug 402470
[osxvideosink] video sink for MacOSX
Last modified: 2007-01-30 17:20:44 UTC
We need to port the MacOSX videosink from 0.8
Created attachment 81518 [details] First port from 0.8 Tarball of gst-plugins-bad/sys/osxvideo/
Created attachment 81519 [details] [review] patch to activate osxvideo in autotools Use this patch with tarball above
This is the first port from 0.8. Most of the port was done by Zaheer. Currently videotestsrc ! osxvideosink works ... except that it's leaking about a megabyte a second. Amongst the other issues, using resolutions different from 320x240 doesn't work.
2007-01-30 Edward Hervey <edward@fluendo.com> * configure.ac: Check for an Objective C compiler * sys/Makefile.am: * sys/osxvideo/Makefile.am: * sys/osxvideo/cocoawindow.h: * sys/osxvideo/cocoawindow.m: * sys/osxvideo/osxvideosink.h: * sys/osxvideo/osxvideosink.m: Port of osxvideo plugin to 0.10. Do NOT consider 100% stable ! Fixes #402470