diff options
author | Jacek Antonelli | 2009-04-01 23:47:05 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-04-02 01:43:46 -0500 |
commit | e4792e0768162d07b45f8ed19002f7a13c3bebb4 (patch) | |
tree | 56d1d39e6e819337489c409f9a6607138acb4d1e /linden/indra/llmedia/llmediaimplgstreamer.h | |
parent | Added LLMediaImplCommon::setDebugLevel(). (diff) | |
download | meta-impy-e4792e0768162d07b45f8ed19002f7a13c3bebb4.zip meta-impy-e4792e0768162d07b45f8ed19002f7a13c3bebb4.tar.gz meta-impy-e4792e0768162d07b45f8ed19002f7a13c3bebb4.tar.bz2 meta-impy-e4792e0768162d07b45f8ed19002f7a13c3bebb4.tar.xz |
Implemented LLMediaImplGstreamer::setDebugLevel().
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmedia/llmediaimplgstreamer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamer.h b/linden/indra/llmedia/llmediaimplgstreamer.h index 2918416..282da08 100644 --- a/linden/indra/llmedia/llmediaimplgstreamer.h +++ b/linden/indra/llmedia/llmediaimplgstreamer.h | |||
@@ -69,6 +69,8 @@ class LLMediaImplGStreamer: | |||
69 | // Sets GST_PLUGIN_PATH env var for GStreamer. | 69 | // Sets GST_PLUGIN_PATH env var for GStreamer. |
70 | static void set_gst_plugin_path(); | 70 | static void set_gst_plugin_path(); |
71 | 71 | ||
72 | /* virtual */ bool setDebugLevel( LLMediaBase::EDebugLevel level ); | ||
73 | |||
72 | /* virtual */ std::string getVersion(); | 74 | /* virtual */ std::string getVersion(); |
73 | /* virtual */ bool navigateTo( const std::string url ); | 75 | /* virtual */ bool navigateTo( const std::string url ); |
74 | /* virtual */ bool updateMedia(); | 76 | /* virtual */ bool updateMedia(); |