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 703998 - osxvideosink: Green background on first frames
osxvideosink: Green background on first frames
Status: RESOLVED DUPLICATE of bug 704069
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Mac OS
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-07-11 12:31 UTC by Alexey Chernov
Modified: 2013-08-21 19:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch addressing the problem (1.24 KB, patch)
2013-07-11 12:59 UTC, Alexey Chernov
rejected Details | Review

Description Alexey Chernov 2013-07-11 12:31:44 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.
Comment 1 Alexey Chernov 2013-07-11 12:59:47 UTC
Created attachment 248924 [details] [review]
Patch addressing the problem
Comment 2 Sebastian Dröge (slomo) 2013-07-12 08:28:16 UTC
Why is it displaying anything at all before a video frame arrives?
Comment 3 Alexey Chernov 2013-07-12 08:33:16 UTC
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.
Comment 4 Alexey Chernov 2013-07-12 08:37:49 UTC
Added separate report for that problem: bug #704069.
Comment 5 Sebastian Dröge (slomo) 2013-08-21 19:35:13 UTC

*** This bug has been marked as a duplicate of bug 704069 ***