Changeset 561 for trunk/src/3rdparty/phonon/ds9/mediaobject.h
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/3rdparty/phonon/ds9/mediaobject.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/3rdparty/phonon/ds9/mediaobject.h
r2 r561 115 115 enum Task 116 116 { 117 117 118 Render, 118 119 Seek, … … 123 124 struct Work 124 125 { 126 125 127 Task task; 126 128 quint16 id; … … 136 138 QList<Filter> decoders; //for the state change requests 137 139 }; 138 Work dequeueWork();139 140 void handleTask(); 140 141 141 Graph m_currentRender; 142 qint16 m_currentRenderId; 142 Work m_currentWork; 143 143 QQueue<Work> m_queue; 144 144 bool m_finished; 145 145 quint16 m_currentWorkId; 146 146 QWinWaitCondition m_waitCondition; 147 QMutex m_mutex; 147 QMutex m_mutex; 148 148 149 149 //this is for WaitForMultipleObjects
Note:
See TracChangeset
for help on using the changeset viewer.
