Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1285 closed enhancement (fixed)

Add support for SDL 1.3

Reported by: bennylp Owned by: ming
Priority: normal Milestone: release-2.0-alpha
Component: pjmedia-videodev Version: 2.0-dev-branch
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description (last modified by ming)

By using SDL 1.3:

  • iPhone OS platform is now supported
  • Multiple windows/rendering displays are now supported
  • Add capability for application to supply its own rendering window (via the capability PJMEDIA_VID_DEV_CAP_OUTPUT_WINDOW)

Change History (6)

comment:1 Changed 13 years ago by ming

  • Description modified (diff)
  • Priority changed from minor to normal
  • Summary changed from Multiple SDL renderer in one application instance to Add support for SDL 1.3

comment:2 Changed 13 years ago by ming

  • Description modified (diff)

comment:3 Changed 13 years ago by ming

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

(In [3577]) Fixed #1285: Add support for SDL 1.3

comment:4 Changed 13 years ago by bennylp

(In [3605]) Re #1285: fixed compilation error if SDL < 1.3 is used

comment:5 Changed 13 years ago by bennylp

(In [3696]) Re #1285 (SDL): fixed compilation error with SDL < 1.3 (this support should be dropped soon)

comment:6 Changed 13 years ago by nanang

(In [3698]) Re #1285: Updates for SDL 1.3 only:

  • Changed window mode from 'resizable' to 'borderless'.
  • Fixed window resize handling so resizing won't need destroy-recreate the SDL objects (this also fixes lost-focus problem in resizing window on Windows platform).
Note: See TracTickets for help on using tickets.