Opened 13 years ago
Closed 13 years ago
#1274 closed enhancement (fixed)
SDL video resize
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)
Support for video display resizing using the capability PJMEDIA_VID_DEV_CAP_OUTPUT_RESIZE. Video display will also be automatically resized when the user resizes the renderer window.
Limitation: SDL 1.2 does not support resize for RGB surface (see the doc of SDL_BlitSurface()).
Change History (3)
comment:1 Changed 13 years ago by bennylp
- Component changed from pjmedia to pjmedia-videodev
- Description modified (diff)
- Owner changed from nanang to ming
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
Note: See
TracTickets for help on using
tickets.
(In [3578]) Fixed #1274: SDL video resize