GNOME Bugzilla – Bug 689732
osxvideosink can't resize Cocoa window on receiving caps
Last modified: 2012-12-10 17:47:47 UTC
Resize function of osxvideosink doesn't actually work on receiving updated caps. There's minor problem in source code, I've got a patch that solves the problem so I'll add it later.
> I've got a patch that solves the problem so I'll add it later. Could you attach it please?
Created attachment 231029 [details] [review] The patch solving resize problem in osxvideosink
Yes, sure, here it is. As I said, the fix is quite small, but still I would like to thank my employer, Neosphere LLC, for permission to share it. The patch is against latest git version of osxvideo plugin.
commit d4622c974f330afc44435e1327feee99c64e870d Author: Alexey Chernov <4ernov@gmail.com> Date: Mon Dec 10 11:44:26 2012 +0000 osxvideosink: Fix resizing the Cocoa window on receiving new caps Fixes bug #689732.
Thanks for merging, Sebastian!