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 693620 - playbin: delays in 'about-to-finish' signal corrupts video playback
playbin: delays in 'about-to-finish' signal corrupts video playback
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.0.5
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-11 21:30 UTC by Yevhen
Modified: 2013-08-16 10:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Plays video in gapless mode (750 bytes, text/x-python)
2013-02-11 21:30 UTC, Yevhen
Details
Python script to play video in gapless mode using gstreamer 1.x and python3. (1.15 KB, text/x-python)
2013-02-11 22:12 UTC, Yevhen
Details

Description Yevhen 2013-02-11 21:30:47 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.
Comment 1 Tim-Philipp Müller 2013-02-11 21:38:49 UTC
Have you tried if this still happens with 1.0 ? 0.10 is not maintained any longer I'm afraid.
Comment 2 Yevhen 2013-02-11 22:12:46 UTC
Created attachment 235749 [details]
Python script to play video in gapless mode using gstreamer 1.x and python3.
Comment 3 Yevhen 2013-02-11 22:14:27 UTC
I've just tried this case using Gstreamer 1.0.5 and problem still exists.

I've attached appropriate python script above.
Comment 4 Tim-Philipp Müller 2013-02-11 22:37:33 UTC
Thanks.
Comment 5 Sebastian Dröge (slomo) 2013-08-16 10:18:11 UTC
I don't see any corruptions here anymore with latest git master... just that the video has to catch up 10 seconds obviously.