diff options
author | McCabe Maxsted | 2009-03-31 02:24:11 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-03-31 02:24:11 -0700 |
commit | c45ebced5a8a8209bdc55144d5e746b3e9ffa739 (patch) | |
tree | c4821e7168f0fb7fc9d9b58f1d675eb3b3c1e4ac /ChangeLog.txt | |
parent | Merge commit 'edadcfadf71ac23d301a1b6fb186883d' into next (diff) | |
download | meta-impy-c45ebced5a8a8209bdc55144d5e746b3e9ffa739.zip meta-impy-c45ebced5a8a8209bdc55144d5e746b3e9ffa739.tar.gz meta-impy-c45ebced5a8a8209bdc55144d5e746b3e9ffa739.tar.bz2 meta-impy-c45ebced5a8a8209bdc55144d5e746b3e9ffa739.tar.xz |
Cleaned up logic for bad streams
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 1ddae18..9d293fb 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,8 +1,16 @@ | |||
1 | 2009-03-30 McCabe Maxsted <hakushakukun@gmail.com> | ||
2 | |||
3 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
4 | Cleaned up logic for bad streams. | ||
5 | |||
6 | |||
1 | 2009-03-29 McCabe Maxsted <hakushakukun@gmail.com> | 7 | 2009-03-29 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 8 | ||
3 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | 9 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: |
4 | Added loading status to the log's plugin list. | 10 | Added loading status to the log's plugin list. |
5 | set_gst_plugin_path now compiles for windows. | 11 | set_gst_plugin_path now compiles for windows. |
12 | |||
13 | |||
6 | * linden/indra/newview/llappviewer.cpp: | 14 | * linden/indra/newview/llappviewer.cpp: |
7 | Removed unnecessary headers. | 15 | Removed unnecessary headers. |
8 | 16 | ||