diff options
author | Jacek Antonelli | 2009-04-18 03:20:54 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-04-18 03:42:53 -0500 |
commit | 0c2b0d0767c48aa3cb02d378c7ff021f66284c40 (patch) | |
tree | f5051395a0da531b8f01926ceaf58e3fa2fd6317 /ChangeLog.txt | |
parent | Removed redundant play() from LLMediaImplGStreamer::navigateTo(). (diff) | |
download | meta-impy-0c2b0d0767c48aa3cb02d378c7ff021f66284c40.zip meta-impy-0c2b0d0767c48aa3cb02d378c7ff021f66284c40.tar.gz meta-impy-0c2b0d0767c48aa3cb02d378c7ff021f66284c40.tar.bz2 meta-impy-0c2b0d0767c48aa3cb02d378c7ff021f66284c40.tar.xz |
LLMediaImplGStreamer::startPlay() is protected, LLGstPlayThread friend.
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index fe0593c..243170f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,8 @@ | |||
1 | 2009-04-18 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2009-04-18 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * linden/indra/llmedia/llmediaimplgstreamer.h: | ||
4 | LLMediaImplGStreamer::startPlay() is protected, LLGstPlayThread friend. | ||
5 | |||
3 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | 6 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: |
4 | Removed redundant play() from LLMediaImplGStreamer::navigateTo(). | 7 | Removed redundant play() from LLMediaImplGStreamer::navigateTo(). |
5 | 8 | ||