aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-04-02 08:03:59 -0700
committerMcCabe Maxsted2009-04-02 08:03:59 -0700
commitf305714a96729f42edecdc3d7a544383bece7ba4 (patch)
tree24d844d82b77957e763e6bc9a3103e29aa77f5f3 /ChangeLog.txt
parentCleaned up logic for bad streams (diff)
parentApply saved MediaDebugLevel at media init time. (diff)
downloadmeta-impy-f305714a96729f42edecdc3d7a544383bece7ba4.zip
meta-impy-f305714a96729f42edecdc3d7a544383bece7ba4.tar.gz
meta-impy-f305714a96729f42edecdc3d7a544383bece7ba4.tar.bz2
meta-impy-f305714a96729f42edecdc3d7a544383bece7ba4.tar.xz
Fixed merge conflicts
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 9d293fb..a4c3415 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,45 @@
12009-04-02 Jacek Antonelli <jacek.antonelli@gmail.com>
2
3 * linden/indra/newview/llviewermedia.cpp:
4 Apply saved MediaDebugLevel at media init time.
5
6
7 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
8 Plugged in LLMediaImplGStreamer::gstreamer_log().
9
10
11 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
12 Implemented LLMediaImplGStreamer::gstreamer_log().
13 * linden/indra/llmedia/llmediaimplgstreamer.h:
14 Ditto.
15
16
17 * linden/indra/newview/llviewercontrol.cpp:
18 Implemented handleMediaDebugLevelChanged hook.
19
20
212009-04-01 Jacek Antonelli <jacek.antonelli@gmail.com>
22
23 * linden/indra/newview/app_settings/settings.xml:
24 Added MediaDebugLevel setting in XML (does nothing yet).
25
26
27 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
28 Implemented LLMediaImplGstreamer::setDebugLevel().
29 * linden/indra/llmedia/llmediaimplgstreamer.h:
30 Ditto.
31
32
33 * linden/indra/llmedia/llmediaimplcommon.cpp:
34 Added LLMediaImplCommon::setDebugLevel().
35 * linden/indra/llmedia/llmediaimplcommon.h:
36 Ditto.
37
38
39 * linden/indra/llmedia/llmediabase.h:
40 Added LLMediaBase::EDebugLevel and setDebugLevel prototype.
41
42
12009-03-30 McCabe Maxsted <hakushakukun@gmail.com> 432009-03-30 McCabe Maxsted <hakushakukun@gmail.com>
2 44
3 * linden/indra/llmedia/llmediaimplgstreamer.cpp: 45 * linden/indra/llmedia/llmediaimplgstreamer.cpp: