Opened 7 years ago
Closed 7 years ago
#2122 closed defect (fixed)
Fail to start video preview on Android due to error creating converter
Reported by: | nanang | Owned by: | ming |
---|---|---|---|
Priority: | normal | Milestone: | release-2.8 |
Component: | pjmedia-videodev | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Currently libyuv converter backend does not support YV12/NV21 and when YV12/NV21 is listed first, YV12/NV21 will be the default format, and opening video preview will fail due to unsupported format error in the attempt of creating converter (as the renderer does not support YV12/NV21 either).
Change History (1)
comment:1 Changed 7 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 5810: