Bug 298795 - Kaffeine truncates FLAC files
Summary: Kaffeine truncates FLAC files
Status: RESOLVED FIXED
Alias: None
Product: kaffeine
Classification: Applications
Component: general (other bugs)
Version First Reported In: 1.x
Platform: openSUSE Linux
: NOR major
Target Milestone: ---
Assignee: Mauro Carvalho Chehab
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-25 09:39 UTC by Christopher Yeleighton
Modified: 2017-10-04 09:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Yeleighton 2012-04-25 09:39:24 UTC
Kaffeine does not play FLAC files up to the end.

Reproducible: Always

Steps to Reproduce:
  1. 
{ 
cd /usr/share/sounds && 
i=KDE-Sys-App-Error-Critical.ogg && o=/tmp/3dong.flac && sox "$i" "$i" "$i" "$o" && 
kaffeine "$o"; } 

Actual Results:  
  1. 2 dongs.

Expected Results:  
  1. 3 dongs.
Comment 1 Mauro Carvalho Chehab 2016-06-01 11:44:18 UTC
The Kaffeine version you're using is too old. We just released upstream a version 2.0.1, with is based on KDE5, and changed both the DVB and video/audio play backends. Could you please test the upstream version and see if it works? The README file contains instructions about how to compile it. You can find it at our git repository:

https://quickgit.kde.org/?p=kaffeine.git

Anyway, I tested the new version with the 3dong.flac file, opened from the Play file menu and it is working fine. So, I'm marking this as fixed on the upstream version.