[Bug 16108] New: AuGraphNewNode/AuGraphGetNodeInfo are deprecated

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 18 05:26:43 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=16108

           Summary: AuGraphNewNode/AuGraphGetNodeInfo are deprecated
           Product: Wine
           Version: 1.1.8
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: download, source
          Severity: enhancement
          Priority: P2
         Component: build-env
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: austinenglish at gmail.com


audiounit.c: In function ‘SynthUnit_CreateDefaultSynthUnit’:
audiounit.c:343: warning: ‘AUGraphNewNode’ is deprecated (declared at
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:674)
audiounit.c:354: warning: ‘AUGraphNewNode’ is deprecated (declared at
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:674)
audiounit.c:377: warning: ‘AUGraphGetNodeInfo’ is deprecated (declared at
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:689)

Code:
    err = AUGraphNewNode(*graph, &desc, 0, NULL, &synthNode);
...
    err = AUGraphNewNode(*graph, &desc, 0, NULL, &outNode);
...
    err = AUGraphGetNodeInfo(*graph, synthNode, 0, 0, 0, synth);


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list