Mailinglist Archive: opensuse-bugs (5399 mails)
| < Previous | Next > |
[Bug 551649] KDE4 does not play .wav files properly
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 15 Jan 2010 04:56:29 +0000
- Message-id: <20100115045629.0C70E24551B@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=551649
http://bugzilla.novell.com/show_bug.cgi?id=551649#c3
--- Comment #3 from ja m <s2@xxxxxxxxxxxx> 2010-01-15 04:56:26 UTC ---
After much digging I have found that the problem is caused by phonon enabling
gapless playback with .wav files.
see:
/kdesupport/phonon/xine/mediaobject.cpp
m_stream->useGaplessPlayback(true);
which results in:
.xinestream.cpp
xine_set_param(m_stream, XINE_PARAM_EARLY_FINISHED_EVENT, 1);
I'm not sure if phonon, or xine is to blame. It appears that with .wav files,
xine is prematurely sending the 'early finished event'. I will look into
xine...
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551649#c3
--- Comment #3 from ja m <s2@xxxxxxxxxxxx> 2010-01-15 04:56:26 UTC ---
After much digging I have found that the problem is caused by phonon enabling
gapless playback with .wav files.
see:
/kdesupport/phonon/xine/mediaobject.cpp
m_stream->useGaplessPlayback(true);
which results in:
.xinestream.cpp
xine_set_param(m_stream, XINE_PARAM_EARLY_FINISHED_EVENT, 1);
I'm not sure if phonon, or xine is to blame. It appears that with .wav files,
xine is prematurely sending the 'early finished event'. I will look into
xine...
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |