Opened 13 years ago

Closed 13 years ago

#1450 closed enhancement (fixed)

Add support for SDL job queue to grow in size

Reported by: ming Owned by: ming
Priority: minor Milestone: release-2.0-rc
Component: pjmedia-videodev Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Currently, when SDL job queue is full, it will discard job posts. This results in missing important jobs and reduced rendering quality. With the new implementation, the job queue will grow in size when it is full. The drawback of this approach is that there may be a performance issue if the job queue gets too big.

Change History (1)

comment:1 Changed 13 years ago by ming

  • Resolution set to fixed
  • Status changed from new to closed

(In [3950]) Closed #1450: Add support for SDL job queue to grow in size.

Note: See TracTickets for help on using tickets.