[Spice-devel] [PATCH spice-gtk 1/5] display: lower to debug gstreamer codec support
Pavel Grunt
pgrunt at redhat.com
Wed May 25 06:05:42 UTC 2016
On Tue, 2016-05-24 at 21:31 +0200, Marc-André Lureau wrote:
> Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
Acked-by: Pavel Grunt <pgrunt at redhat.com>
> ---
> src/channel-display.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/src/channel-display.c b/src/channel-display.c
> index a301e67..3ee515b 100644
> --- a/src/channel-display.c
> +++ b/src/channel-display.c
> @@ -724,19 +724,19 @@ static void
> spice_display_channel_reset_capabilities(SpiceChannel *channel)
> spice_channel_set_capability(SPICE_CHANNEL(channel),
> SPICE_DISPLAY_CAP_CODEC_MJPEG);
> } else {
> - spice_info("GStreamer does not support the mjpeg codec");
> + SPICE_DEBUG("GStreamer does not support the mjpeg codec");
> }
> if (gstvideo_has_codec(SPICE_VIDEO_CODEC_TYPE_VP8)) {
> spice_channel_set_capability(SPICE_CHANNEL(channel),
> SPICE_DISPLAY_CAP_CODEC_VP8);
> } else {
> - spice_info("GStreamer does not support the vp8 codec");
> + SPICE_DEBUG("GStreamer does not support the vp8 codec");
> }
> if (gstvideo_has_codec(SPICE_VIDEO_CODEC_TYPE_H264)) {
> spice_channel_set_capability(SPICE_CHANNEL(channel),
> SPICE_DISPLAY_CAP_CODEC_H264);
> } else {
> - spice_info("GStreamer does not support the h264 codec");
> + SPICE_DEBUG("GStreamer does not support the h264 codec");
> }
> }
>
More information about the Spice-devel
mailing list