aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmedia/llmediaimplgstreamer.h
diff options
context:
space:
mode:
authorJacek Antonelli2009-04-04 00:08:19 -0500
committerJacek Antonelli2009-04-04 22:45:50 -0500
commit88b7e23cebcb943aa2ce160512f4ff7afe3797a5 (patch)
tree7df338f2ba6436d44dab92206fa2a12b4aa9cf1f /linden/indra/llmedia/llmediaimplgstreamer.h
parentApply saved MediaDebugLevel at media init time. (diff)
downloadmeta-impy-88b7e23cebcb943aa2ce160512f4ff7afe3797a5.zip
meta-impy-88b7e23cebcb943aa2ce160512f4ff7afe3797a5.tar.gz
meta-impy-88b7e23cebcb943aa2ce160512f4ff7afe3797a5.tar.bz2
meta-impy-88b7e23cebcb943aa2ce160512f4ff7afe3797a5.tar.xz
Refactored the heart of the GST play code to startPlay().
Diffstat (limited to '')
-rw-r--r--linden/indra/llmedia/llmediaimplgstreamer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamer.h b/linden/indra/llmedia/llmediaimplgstreamer.h
index 37eaf53..be4b3c0 100644
--- a/linden/indra/llmedia/llmediaimplgstreamer.h
+++ b/linden/indra/llmedia/llmediaimplgstreamer.h
@@ -96,6 +96,9 @@ class LLMediaImplGStreamer:
96 /* virtual */ bool seek( double time ); 96 /* virtual */ bool seek( double time );
97 /* virtual */ bool setVolume( float volume ); 97 /* virtual */ bool setVolume( float volume );
98 98
99 void startPlay();
100
101
99 LLMediaEmitter< LLMediaObserver > getEventEmitter() const {return mEventEmitter;}; 102 LLMediaEmitter< LLMediaObserver > getEventEmitter() const {return mEventEmitter;};
100 103
101 private: 104 private: