diff options
author | Jacek Antonelli | 2009-04-18 02:56:52 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-04-18 03:41:52 -0500 |
commit | a84bece4c4ba0a70d469be21cfbfe230f504f801 (patch) | |
tree | 2bad2f28c99017aa2985b21e404971e97fb1f42d /linden | |
parent | LLMediaImplGStreamer::play() is no-op if already playing. (diff) | |
download | meta-impy-a84bece4c4ba0a70d469be21cfbfe230f504f801.zip meta-impy-a84bece4c4ba0a70d469be21cfbfe230f504f801.tar.gz meta-impy-a84bece4c4ba0a70d469be21cfbfe230f504f801.tar.bz2 meta-impy-a84bece4c4ba0a70d469be21cfbfe230f504f801.tar.xz |
Removed redundant play() from LLMediaImplGStreamer::navigateTo().
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/llmedia/llmediaimplgstreamer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamer.cpp b/linden/indra/llmedia/llmediaimplgstreamer.cpp index 3fd6d6e..885ba7f 100644 --- a/linden/indra/llmedia/llmediaimplgstreamer.cpp +++ b/linden/indra/llmedia/llmediaimplgstreamer.cpp | |||
@@ -591,9 +591,6 @@ bool LLMediaImplGStreamer::navigateTo (const std::string urlIn) | |||
591 | 591 | ||
592 | mState = GST_STATE_READY; | 592 | mState = GST_STATE_READY; |
593 | 593 | ||
594 | // navigateTo implicitly plays, too. | ||
595 | play(); | ||
596 | |||
597 | return true; | 594 | return true; |
598 | } | 595 | } |
599 | 596 | ||