Changeset 846 for trunk/src/3rdparty/phonon/qt7/audionode.mm
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/phonon/qt7/audionode.mm
r2 r846 78 78 // deal with at the moment, so we'll take the "deprecated" warning instead. 79 79 err = AUGraphNewNode(m_audioGraph->audioGraphRef(), &description, 0, 0, &m_auNode); 80 80 81 BACKEND_ASSERT2(err != kAUGraphErr_OutputNodeErr, "A MediaObject can only be connected to one audio output device.", FATAL_ERROR) 81 82 BACKEND_ASSERT2(err == noErr, "Could not create new AUNode.", FATAL_ERROR)
Note:
See TracChangeset
for help on using the changeset viewer.