Summary: | Knotify and Network Audio System | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Escuder Nicolas <n.escuder> |
Component: | knotify | Assignee: | Carsten Pfeiffer <pfeiffer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Change deviceName from "null" to "NAS" |
Description
Escuder Nicolas
2002-06-26 10:14:37 UTC
Created attachment 277 [details]
Change deviceName from "null" to "NAS"
This patch is neither tested nor do I know what I'm doing here (just guessing
:)
kde-multimedia, please help.
Subject: arts/flow CVS commit by pfeiffer: - paramStr(deviceName) = "null"; + paramStr(deviceName) = "NAS"; param(fragmentSize) = 1024; param(fragmentCount) = 7; param(format) = 16; @@ -150,7 +150,7 @@ bool AudioIONAS::open() return false; } - aud = AuOpenServer(_device.compare("null") == 0 + aud = AuOpenServer(_device.compare("NAS") == 0 CCMAIL: 44370-close@bugs.kde.org M +2 -2 audioionas.cc 1.3 Subject: Re: Knotify and Network Audio System Oh no !!! not this patch i try do it before ... it crash Sound preview and sound listen in Konqueror :(((( The only patch how work fine and don't crash anything is to ignore null in knotify :( Sorry for this longer answer i just have your message today and see you change the status today :(( Revert the change or the audio for nas will be broken expecting knotify :o))))))) see you Nicolas. ----- Original Message ----- From: "Carsten Pfeiffer" <pfeiffer@kde.org> To: <n.escuder@alineanet.com> Sent: Saturday, October 26, 2002 9:52 PM Subject: [Bug 44370] Knotify and Network Audio System > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. > > http://bugs.kde.org/show_bug.cgi?id=44370 > > > > > ------- Additional Comments From pfeiffer@kde.org 2002-10-26 22:52 ------- > Created an attachment (id=277) > --> (http://bugs.kde.org/attachment.cgi?id=277&action=view) > Change deviceName from "null" to "NAS" > > This patch is neither tested nor do I know what I'm doing here (just guessing > :) > kde-multimedia, please help. > > > Subject: Re: Knotify and Network Audio System On Monday 28 October 2002 09:52, you wrote: Hi, > Oh no !!! > not this patch i try do it before ... > > it crash Sound preview and sound listen in Konqueror :(((( oh, thanks for telling this... > The only patch how work fine and don't crash anything is to ignore null in > knotify :( Ok, I reverted the patch in arts and removed the check for "null" in knotify, so everything should be fine now. I hope :) Cheers Carsten Pfeiffer |