diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmedia/llmediaimplgstreamer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamer.cpp b/linden/indra/llmedia/llmediaimplgstreamer.cpp index 51a5bca..b1d36f0 100644 --- a/linden/indra/llmedia/llmediaimplgstreamer.cpp +++ b/linden/indra/llmedia/llmediaimplgstreamer.cpp | |||
@@ -171,6 +171,9 @@ startup ( LLMediaManagerData* init_data ) | |||
171 | static bool done_init = false; | 171 | static bool done_init = false; |
172 | if (!done_init) | 172 | if (!done_init) |
173 | { | 173 | { |
174 | // Init the glib type system - we need it. | ||
175 | g_type_init(); | ||
176 | |||
174 | // Get symbols! | 177 | // Get symbols! |
175 | if (! grab_gst_syms("libgstreamer-0.10.so.0", | 178 | if (! grab_gst_syms("libgstreamer-0.10.so.0", |
176 | "libgstvideo-0.10.so.0", | 179 | "libgstvideo-0.10.so.0", |