diff options
author | Jacek Antonelli | 2009-04-21 02:53:53 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-04-21 02:53:53 -0500 |
commit | 2941e15781e8699c5a0c2c96ea320bd435612aac (patch) | |
tree | 48395bf4ad280ed1db63da995d05108a66050906 /ChangeLog.txt | |
parent | Imported GreenLife Emerald Viewer's OpenAL code. It works! (diff) | |
parent | Cleaned up indentation in llmediaimplgstreamer.h. (diff) | |
download | meta-impy-2941e15781e8699c5a0c2c96ea320bd435612aac.zip meta-impy-2941e15781e8699c5a0c2c96ea320bd435612aac.tar.gz meta-impy-2941e15781e8699c5a0c2c96ea320bd435612aac.tar.bz2 meta-impy-2941e15781e8699c5a0c2c96ea320bd435612aac.tar.xz |
Merge commit 'origin/gst-thread-fix' into mac
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 62ece69..6d33304 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -18,6 +18,23 @@ | |||
18 | Mac viewer uses Thomas Shikami's OpenAL libs. | 18 | Mac viewer uses Thomas Shikami's OpenAL libs. |
19 | 19 | ||
20 | 20 | ||
21 | 2009-04-18 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
22 | |||
23 | * linden/indra/llmedia/llmediaimplgstreamer.h: | ||
24 | LLMediaImplGStreamer::startPlay() is protected, LLGstPlayThread friend. | ||
25 | |||
26 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
27 | Removed redundant play() from LLMediaImplGStreamer::navigateTo(). | ||
28 | |||
29 | |||
30 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
31 | LLMediaImplGStreamer::play() is no-op if already playing. | ||
32 | |||
33 | |||
34 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
35 | Removed some useless code from LLMediaImplGStreamer::startPlay(). | ||
36 | |||
37 | |||
21 | 2009-04-10 Jacek Antonelli <jacek.antonelli@gmail.com> | 38 | 2009-04-10 Jacek Antonelli <jacek.antonelli@gmail.com> |
22 | 39 | ||
23 | * linden/indra/newview/viewer_manifest.py: | 40 | * linden/indra/newview/viewer_manifest.py: |