https://bugs.kde.org/show_bug.cgi?id=363192

Harald Sitter <sit...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|0.9                         |4.8
           Assignee|sit...@kde.org              |dvra...@kde.org
                 CC|                            |romain.per...@gmail.com,
                   |                            |sit...@kde.org,
                   |                            |tdfisc...@kde.org
          Component|general                     |general
            Product|phonon-backend-vlc          |phonon-backend-gstreamer

--- Comment #6 from Harald Sitter <sit...@kde.org> ---
You aren't using the phonon vlc backend actually.

>From the debug output it looks a lot like what is happening is that this file:
> /home/user/Music/Tribal INK/Surrounded by Freaks/04 - Refugee.mp3
has bogus metadata such that the length is incorrectly detected which makes
gstreamer want to transition to the next source too late:
> PHONON-GST     remaining time 320 
> PHONON-GST     waiting for 0 
this ultimately means that gstreamer only realized the track is about to end
320 milliseconds before the actual end, which is not enough time for Amarok to
hand us the next source, which is why we didn't wait for the source. In the end
the lack of a new track triggered a change to stop, which happend concurrently
to amarok giving us the next source.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to