mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Enabled auto policy for hardware video codecs
This commit is contained in:
parent
8c068d3be7
commit
d6630e05d4
1 changed files with 2 additions and 1 deletions
|
|
@ -236,8 +236,9 @@ class CoreContext @UiThread constructor(val context: Context) : HandlerThread("C
|
|||
core.isAutoIterateEnabled = true
|
||||
core.addListener(coreListener)
|
||||
|
||||
computeUserAgent()
|
||||
core.videoCodecPriorityPolicy = CodecPriorityPolicy.Auto
|
||||
|
||||
computeUserAgent()
|
||||
Log.i("$TAG Core has been created with user-agent [${core.userAgent}], starting it")
|
||||
core.start()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue