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; };