Ignore:
Timestamp:
Apr 17, 2012 9:55:30 AM (12 years ago)
Author:
ming
Message:

Re #1355: vidgui: new rendering window may cause all rendering processes to stop
Despite this fix, there is still a possibility that the rendering window can occasionally get stuck because SDL_PollEvent() gets stuck. This is most likely because there are two unsynchronized event pollers, Qt and SDL. The problem only happened on Windows with SDL 1.3 r5538, runs fine on Mac.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/vidgui/vidwin.h

    r3728 r4060  
    2222#include <pjsua.h> 
    2323#include <QWidget> 
     24#include <QBoxLayout> 
    2425 
    2526class VidWin : public QWidget 
     
    3334    virtual ~VidWin(); 
    3435    QSize sizeHint() const { return size_hint; } 
     36 
     37    void putIntoLayout(QBoxLayout *layout); 
    3538 
    3639protected: 
Note: See TracChangeset for help on using the changeset viewer.