Skip to content

Instantly share code, notes, and snippets.

@alesharik
Last active May 30, 2018 19:35
Show Gist options
  • Save alesharik/04a939008aa7fed7d05f8eebf84a0efe to your computer and use it in GitHub Desktop.
Save alesharik/04a939008aa7fed7d05f8eebf84a0efe to your computer and use it in GitHub Desktop.
--- ./plugins/obs-ffmpeg/obs-ffmpeg-vaapi.c 2018-05-30 22:24:53.896983490 +0300
+++ ./plugins/obs-ffmpeg/obs-ffmpeg-vaapi.c 2018-05-30 22:28:42.939615010 +0300
@@ -450,6 +450,8 @@
}
}
+ obs_property_list_add_string(list, "Xorg", ":0");
+
list = obs_properties_add_list(props, "vaapi_codec", "VAAPI Codec",
OBS_COMBO_TYPE_LIST, OBS_COMBO_FORMAT_INT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment