Opened 13 years ago
Closed 13 years ago
#1501 closed defect (fixed)
Video format changed event triggered repeatedly when receiving dynamic video framerate (thanks Omar Hussein for the report)
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
As reported here, SDL is started-stopped repeatedly after PJMEDIA_EVENT_FMT_CHANGED event is triggered repeatedly. Moreover, the log shows that the incoming video framerate is changed continuously.
Change History (1)
comment:1 Changed 13 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [4115]) Fix #1501: Added max incoming framerate state in video stream to check for increasing framerate (before triggering PJMEDIA_EVENT_FMT_CHANGED event).