aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/llmedia/llmediaimplgstreamer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamer.cpp b/linden/indra/llmedia/llmediaimplgstreamer.cpp
index af089bc..30706f1 100644
--- a/linden/indra/llmedia/llmediaimplgstreamer.cpp
+++ b/linden/indra/llmedia/llmediaimplgstreamer.cpp
@@ -75,6 +75,8 @@ LLMediaImplGStreamer () :
75 mVideoSink ( NULL ), 75 mVideoSink ( NULL ),
76 mState( GST_STATE_NULL ) 76 mState( GST_STATE_NULL )
77{ 77{
78 startup( NULL ); // Startup gstreamer if it hasn't been already.
79
78 LL_DEBUGS("MediaManager") << "constructing media..." << LL_ENDL; 80 LL_DEBUGS("MediaManager") << "constructing media..." << LL_ENDL;
79 mVolume = -1.0; // XXX Hack to make the vould change happend first time 81 mVolume = -1.0; // XXX Hack to make the vould change happend first time
80 82