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 704069 - osxvideosink displays uninitialized data when going from READY to PLAYING
osxvideosink displays uninitialized data when going from READY to PLAYING
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Mac OS
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 703998 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-07-12 08:37 UTC by Alexey Chernov
Modified: 2018-05-07 10:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexey Chernov 2013-07-12 08:37:19 UTC
Somehow osxvideosink displays uninitialized (or pre-initialized) data instead of frame data for a couple of first frames after state transition from READY up to PAUSED and PLAYING.

There's a workaround to pre-initialize data with black color pattern to make the effect less noticeable: bug #703998.
Comment 1 Sebastian Dröge (slomo) 2013-07-12 08:51:35 UTC
Well, it should only display something after receiving the first buffer. Which will not be right after READY :)
Comment 2 Alexey Chernov 2013-07-12 10:33:33 UTC
Yes, I just wanted to mention how to implement it easily) In fact, it shows this raw data somewhere during or right after PREROLL. Hope to gather some more information on that.
Comment 3 Sebastian Dröge (slomo) 2013-08-21 19:35:13 UTC
*** Bug 703998 has been marked as a duplicate of this bug. ***
Comment 4 Matthew Waters (ystreet00) 2018-05-07 10:46:03 UTC
osxvideosink probably isn't going to get any updates in the foreseeable future.  Use glimagesink instead where this doesn't happen.