RTP: clarify codec support warning

This commit is contained in:
mjk 2022-02-13 21:32:28 +01:00 committed by fiaxh
parent 9838d56794
commit 3719fcbefb
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ public class Dino.Plugins.Rtp.CodecUtil {
supported_elements.add(element_name);
return true;
} else {
warning("%s is not supported on this platform", element_name);
warning("%s is not installed or supported on this system", element_name);
unsupported_elements.add(element_name);
return false;
}