[Bug 728451] glimagesink: expects a NSWindow instead of a NSView as the window handle
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Apr 23 03:36:58 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=728451
GStreamer | gst-plugins-bad | git
--- Comment #1 from Julien Isorce <julien.isorce at gmail.com> 2014-04-23 10:36:55 UTC ---
Hi, indeed. Looking at osxvideosink implementation I can see it adds its
internal NSView to the foreign view passed with set_window_handle:
[internalView addSubview:foreignView];
Whereas currently we set our internal view as the view of the foreign window:
[foreignWindow setContentView: internalView];
I'll have a try with the example in
gst-plugins-gl/tests/examples/cocoa/videooverlay/. It was in my plan to move it
to -bad too.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list