GNOME Bugzilla – Bug 707172
Gapless playback in playbin does not work
Last modified: 2014-07-22 07:47:52 UTC
Created attachment 253677 [details] Test case I've created super-simple pipeline to test playbin gapless playback feature and it seems that it does not work any more. When I run attached code, according to the docs, I should not hear any gaps, but they appear.
Created attachment 253678 [details] C version of testcase (generated by valac)
Created attachment 253679 [details] Test file
Please try with a .wav file containing raw audio first.
When I passed WAV file it is even worse - it plays it only once.
Created attachment 253742 [details] Test file (WAV mono)
Does this work properly with git master? There were many gapless and related changes
I will try to check with master but I go for holidays in 2 days and I am extremely busy before I leave. If I won't respond till Wednesday, please don't close the bug report.
gst-play-1.0 --gapless file1.wav file2.wav works perfectly fine for me, same with .flac files. (If I split a song into multiple wav/flac files, for example). If you set the same URI again in about-to-finish it probably assumes it has not changed.
It can't be like that because in such case it would not have played mp3 file multiple times.
(In reply to comment #8) > If you set the same URI again in about-to-finish it probably assumes it has not > changed. It doesn't fortunately, that would be a bug otherwise :)
So is this bug report OBSOLETE?
Maybe, or not. Depends on Marcin if there still is a problem or not, we can't reproduce it from his description.
Please give me some time to check this, I am working on another project right now but I will have to get back to the one in which I've encountered this bug in February.
Let's close this for now then. If it's still an issue, someone else will file a new bug sooner or later.