GNOME Bugzilla – Bug 703998
osxvideosink: Green background on first frames
Last modified: 2013-08-21 19:35:19 UTC
Osxvideosink sometimes displays a couple of frames which data was initialized with 0. As they are treated as YUV image, there's a window filled with green on the screen. I've got a patch for this issue.
Created attachment 248924 [details] [review] Patch addressing the problem
Why is it displaying anything at all before a video frame arrives?
I didn't manage to find the cause. It actually starts displaying only after data is initialized with arrived frame data, but somehow it appears to be uninitialized for a first couple of frames. Perhaps, some threading problems, too.
Added separate report for that problem: bug #704069.
*** This bug has been marked as a duplicate of bug 704069 ***