diff options
-rw-r--r-- | plugins/rtp/src/codec_util.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rtp/src/codec_util.vala b/plugins/rtp/src/codec_util.vala index ac8c7f98..12fcfed7 100644 --- a/plugins/rtp/src/codec_util.vala +++ b/plugins/rtp/src/codec_util.vala @@ -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; } |