GNOME Bugzilla – Bug 693620
playbin: delays in 'about-to-finish' signal corrupts video playback
Last modified: 2013-08-16 10:18:11 UTC
Created attachment 235744 [details] Plays video in gapless mode I'm using attached python program to play video in gapless mode. Duration of video is 10 seconds. Inside 'about-to-finish' I'm using 'sleep' to simulate heavy calculations for getting next video to play. And here what happens: When video is playing second time (when I set next video uri in 'about-to-finish') only the end of video is playing.
Have you tried if this still happens with 1.0 ? 0.10 is not maintained any longer I'm afraid.
Created attachment 235749 [details] Python script to play video in gapless mode using gstreamer 1.x and python3.
I've just tried this case using Gstreamer 1.0.5 and problem still exists. I've attached appropriate python script above.
Thanks.
I don't see any corruptions here anymore with latest git master... just that the video has to catch up 10 seconds obviously.