Blame SOURCES/0100-gst-plugin-make-VP8-the-default-codec-downstream.patch

7d50ba
From aaf2a1c4c276e7e5dd4f7bc570e9053a9accac85 Mon Sep 17 00:00:00 2001
7d50ba
From: Uri Lublin <uril@redhat.com>
7d50ba
Date: Thu, 28 Nov 2019 14:48:10 +0200
7d50ba
Subject: [spice-streaming-agent patch 100/101] gst-plugin: make VP8 the default codec (downstream)
7d50ba
7d50ba
Signed-off-by: Uri Lublin <uril@redhat.com>
7d50ba
---
7d50ba
 src/gst-plugin.cpp | 2 +-
7d50ba
 1 file changed, 1 insertion(+), 1 deletion(-)
7d50ba
7d50ba
diff --git a/src/gst-plugin.cpp b/src/gst-plugin.cpp
7d50ba
index 922b90d..b270e54 100644
7d50ba
--- a/src/gst-plugin.cpp
7d50ba
+++ b/src/gst-plugin.cpp
7d50ba
@@ -33,7 +33,7 @@ namespace gstreamer_plugin {
7d50ba
 struct GstreamerEncoderSettings
7d50ba
 {
7d50ba
     int fps = 25;
7d50ba
-    SpiceVideoCodecType codec = SPICE_VIDEO_CODEC_TYPE_H264;
7d50ba
+    SpiceVideoCodecType codec = SPICE_VIDEO_CODEC_TYPE_VP8;
7d50ba
     std::string encoder;
7d50ba
     std::vector<std::pair<std::string, std::string>> prop_pairs;
7d50ba
 };
7d50ba
-- 
7d50ba
2.23.0
7d50ba