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 ()
5 {
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);
11