After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 402470 - [osxvideosink] video sink for MacOSX
[osxvideosink] video sink for MacOSX
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal trivial
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-30 15:38 UTC by Edward Hervey
Modified: 2007-01-30 17:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
First port from 0.8 (8.23 KB, application/x-bzip)
2007-01-30 15:39 UTC, Edward Hervey
  Details
patch to activate osxvideo in autotools (1.94 KB, patch)
2007-01-30 15:40 UTC, Edward Hervey
none Details | Review

Description Edward Hervey 2007-01-30 15:38:22 UTC
We need to port the MacOSX videosink from 0.8
Comment 1 Edward Hervey 2007-01-30 15:39:48 UTC
Created attachment 81518 [details]
First port from 0.8

Tarball of gst-plugins-bad/sys/osxvideo/
Comment 2 Edward Hervey 2007-01-30 15:40:31 UTC
Created attachment 81519 [details] [review]
patch to activate osxvideo in autotools

Use this patch with tarball above
Comment 3 Edward Hervey 2007-01-30 15:41:37 UTC
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.
Comment 4 Edward Hervey 2007-01-30 17:20:44 UTC
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