linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / libraries / libextractor / gst-hardcode-plugins.patch
blob73ecf5f252f64c0d677ca0df07a42a0293981cb4
1 --- a/src/plugins/gstreamer_extractor.c
2 +++ b/src/plugins/gstreamer_extractor.c
3 @@ -2215,6 +2215,7 @@ void __attribute__ ((constructor))
4 gstreamer_init ()
6 gst_init (NULL, NULL);
7 + @load_gst_plugins@
8 g_log_set_default_handler (&log_handler, NULL);
9 g_log_set_handler (NULL, G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION,
10 &log_handler, NULL);