From a6a084d6ce3597b62bba670b7715415cd63905bc Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 30 2020 07:13:28 +0000 Subject: Apply patch 0100-gst-plugin-make-VP8-the-default-codec-downstream.patch patch_name: 0100-gst-plugin-make-VP8-the-default-codec-downstream.patch present_in_specfile: true --- diff --git a/src/gst-plugin.cpp b/src/gst-plugin.cpp index 922b90d..b270e54 100644 --- a/src/gst-plugin.cpp +++ b/src/gst-plugin.cpp @@ -33,7 +33,7 @@ namespace gstreamer_plugin { struct GstreamerEncoderSettings { int fps = 25; - SpiceVideoCodecType codec = SPICE_VIDEO_CODEC_TYPE_H264; + SpiceVideoCodecType codec = SPICE_VIDEO_CODEC_TYPE_VP8; std::string encoder; std::vector> prop_pairs; };