Opened 14 years ago
Closed 13 years ago
#1213 closed enhancement (fixed)
Work on video devices
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0-dev |
Component: | pjmedia | Version: | 2.0-dev-branch |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
This is placeholder ticket for all works related to video devices.
Change History (17)
comment:1 Changed 14 years ago by bennylp
comment:2 Changed 14 years ago by ming
comment:3 Changed 14 years ago by nanang
- Added encoding format conversion (only format ID) in video port.
- Fixed few bugs in direct show capture device:
- VIDEOINFOHEADER.AvgTimePerFrame? calculation overflow which caused failure in opening capture device.
- AM_MEDIA_TYPE.formattype validation to avoid bad type casting (of VIDEOINFOHEADER).
comment:4 Changed 14 years ago by ming
comment:5 Changed 14 years ago by bennylp
(In [3489]) Re #1213 (Video devices):
- Video device now opens in "best effort" mode, i.e. it may open with different size and fps than requested. The actual size and fps will be reflected in the "param" upon return. The vidport must check this against any differences, and create converter accordingly.
- Removed const for param argument in vid_create_stream() API
- Currently converter in vidport will not work if vidport is opened in bidir. Converter for renderer is untested
comment:6 Changed 14 years ago by ming
comment:7 Changed 14 years ago by bennylp
(In [3505]) Re #1213: added printing error message when fails to open DirectShow? device
comment:8 Changed 14 years ago by ming
comment:9 Changed 14 years ago by ming
comment:10 Changed 14 years ago by ming
comment:11 Changed 14 years ago by ming
comment:12 Changed 14 years ago by ming
comment:13 Changed 14 years ago by bennylp
comment:14 Changed 14 years ago by ming
comment:15 Changed 14 years ago by ming
comment:16 Changed 14 years ago by ming
comment:17 Changed 13 years ago by bennylp
- Milestone changed from release-2.0-alpha to release-2.0-dev
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3459]) Re #1213 (video devices):