#2103 closed enhancement (fixed)
Green screen in the beginning of video call
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.8 |
Component: | pjmedia-audiodev | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
In YUV format, if the buffer is all zero, it will be displayed as green (as compared to RGBA format, where it will be black). Unfortunately currently buffer is initialized with zero. As most video codecs uses I420 format, perhaps it is better to have special initialization for I420 so the screen will be black.
The allocation and initialization of frame buffer is done in pjmedia/src/pjmedia/vid_port.c, in function pjmedia_vid_port_create().
Change History (4)
comment:1 Changed 6 months ago by nanang
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 6 months ago by ming
In 5866:
comment:3 Changed 6 months ago by ming
In 5867:
comment:4 Changed 6 months ago by ming
In 5868:
Note: See
TracTickets for help on using
tickets.
In 5862: