-
- Downloads
media: fix return value for mediaTypeToString
The function mediaTypeToString never checked for nullptr return values, which could potentially lead to crashes. This patch ensures it always returns a valid string for all defined MediaType values. Change-Id: I81ef8876e1f57265584fae02cdfaff2894ff9f8c
Please register or sign in to comment