mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-22 06:54:29 +00:00
RTP: clarify codec support warning
This commit is contained in:
parent
9838d56794
commit
3719fcbefb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue