[spice-gtk] display-gst: debug instead of warning on lack of video codecs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Victor Toso <me@xxxxxxxxxxxxxx>

Just plain ugly to have all Spice clients to warn out several times
due lack of gstreamer plugins for a given video-codec even though most
users don't really use streaming at all.

Signed-off-by: Victor Toso <victortoso@xxxxxxxxxx>
---
 src/channel-display-gst.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/channel-display-gst.c b/src/channel-display-gst.c
index 3b306c1..73bcbe9 100644
--- a/src/channel-display-gst.c
+++ b/src/channel-display-gst.c
@@ -747,7 +747,8 @@ gboolean gstvideo_has_codec(int codec_type)
            GST_ELEMENT_FACTORY_TYPE_MEDIA_IMAGE;
     all_decoders = gst_element_factory_list_get_elements(type, GST_RANK_NONE);
     if (all_decoders == NULL) {
-        spice_warning("No video decoders from GStreamer were found");
+        spice_debug("No video decoders from GStreamer for %s were found",
+                    gst_opts[codec_type].name);
         return FALSE;
     }
 
-- 
2.17.1

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux Virtualization]     [Linux Virtualization]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]