[Bug 183520] New: Phonon system for KCompactDisc doesn't honor asynchronous mode
Robby Stephenson
robby at periapsis.org
Sat Feb 7 05:41:54 GMT 2009
http://bugs.kde.org/show_bug.cgi?id=183520
Summary: Phonon system for KCompactDisc doesn't honor
asynchronous mode
Product: kdemultimedia
Version: unspecified
Platform: SuSE RPMs
OS/Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kde-multimedia at kde.org
ReportedBy: robby at periapsis.org
Version: (using KDE 4.2.0)
Installed from: SuSE RPMs
The Phonon backend for the KCompactDisc class doesn't seem to honor the
KCompactDisc::InformationMode set in the KCompactDisc constructor. It's always
Synchronous, even if the Asynchronous mode is set.
If I grep for infomode in the libkcompactdisc directory:
kde4 at homebase:~/src/kdemultimedia/libkcompactdisc> grep -i infomode *.cpp
kcompactdisc.cpp:KCompactDisc::KCompactDisc(InformationMode infoMode) :
kcompactdisc.cpp: d->m_infoMode = infoMode;
kcompactdisc_p.cpp: m_infoMode(KCompactDisc::Synchronous),
kcompactdisc_p.cpp: pNew->m_infoMode = m_infoMode;
wmlib_interface.cpp: if (m_infoMode == KCompactDisc::Asynchronous) {
Seems like the phonon_interface.cpp class should check m_infoMode like the
wmlib_interface does.
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the kde-multimedia
mailing list