Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/phonon/ds9/mediaobject.h

    r2 r561  
    115115            enum Task
    116116            {
     117
    117118                Render,
    118119                Seek,
     
    123124            struct Work
    124125            {
     126
    125127                Task task;
    126128                quint16 id;
     
    136138                QList<Filter> decoders; //for the state change requests
    137139            };
    138             Work dequeueWork();
    139140            void handleTask();
    140141
    141             Graph m_currentRender;
    142                         qint16 m_currentRenderId;
     142            Work m_currentWork;
    143143            QQueue<Work> m_queue;
    144144            bool m_finished;
    145145            quint16 m_currentWorkId;
    146146            QWinWaitCondition m_waitCondition;
    147             QMutex m_mutex;
     147            QMutex m_mutex;
    148148
    149149            //this is for WaitForMultipleObjects
Note: See TracChangeset for help on using the changeset viewer.