Skip to content

Commit

Permalink
Merge pull request #87 from vivia/cmake-macosarm64-vivia
Browse files Browse the repository at this point in the history
Fix GLib critical warning about default enum value not found
  • Loading branch information
sdroege authored Jul 5, 2024
2 parents 187b280 + 6f1823c commit 8ee7844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gstcefsrc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GST_DEBUG_CATEGORY_STATIC (cef_console_debug);
#define DEFAULT_URL "https://www.google.com"
#define DEFAULT_GPU FALSE
#define DEFAULT_CHROMIUM_DEBUG_PORT -1
#define DEFAULT_LOG_SEVERITY LOGSEVERITY_DEFAULT
#define DEFAULT_LOG_SEVERITY LOGSEVERITY_INFO
#if !defined(__APPLE__) && defined(GST_CEF_USE_SANDBOX)
#define DEFAULT_SANDBOX TRUE
#else
Expand Down

0 comments on commit 8ee7844

Please sign in to comment.