about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/libextractor/gst-hardcode-plugins.patch
blob: 73ecf5f252f64c0d677ca0df07a42a0293981cb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/plugins/gstreamer_extractor.c
+++ b/src/plugins/gstreamer_extractor.c
@@ -2215,6 +2215,7 @@ void __attribute__ ((constructor))
 gstreamer_init ()
 {
   gst_init (NULL, NULL);
+  @load_gst_plugins@
   g_log_set_default_handler (&log_handler, NULL);
   g_log_set_handler (NULL, G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION,
                     &log_handler, NULL);