From e56c5f8e6939a1b79deb401b7e1fcd129e488d77 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 28 Mar 2009 18:42:42 -0500 Subject: Print out the plugins gstreamer finds, for debugging. --- ChangeLog.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index 59c780c..dbfa5b6 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,9 @@ +2009-03-28 Jacek Antonelli + + * linden/indra/llmedia/llmediaimplgstreamer.cpp: + Print out the plugins gstreamer finds, for debugging. + + 2009-03-26 Jacek Antonelli * linden/indra/llmedia/llmediaimplgstreamervidplug.cpp: -- cgit v1.1 From 6542894a75f826203cab1ae482fdf5187be09205 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 28 Mar 2009 18:53:52 -0500 Subject: Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer. LLAppViewer::gst_plugin_path --> LLMediaImplGStreamer::set_gst_plugin_path --- ChangeLog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index dbfa5b6..eb35e5f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,18 @@ 2009-03-28 Jacek Antonelli * linden/indra/llmedia/llmediaimplgstreamer.cpp: + Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer. + LLAppViewer::gst_plugin_path --> + LLMediaImplGStreamer::set_gst_plugin_path + * linden/indra/llmedia/llmediaimplgstreamer.cpp: + Ditto. + * linden/indra/newview/llappviewer.h: + Ditto. + * linden/indra/newview/llappviewer.cpp: + Ditto. + + + * linden/indra/llmedia/llmediaimplgstreamer.cpp: Print out the plugins gstreamer finds, for debugging. -- cgit v1.1 From 9538403155fdc574c8562cdaedbeb09fbdcff55e Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 28 Mar 2009 19:29:40 -0500 Subject: Improved set_gst_plugin_path, more comprehensive path. Also tried to tidy up a bit. --- ChangeLog.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index eb35e5f..776a451 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,9 +1,16 @@ 2009-03-28 Jacek Antonelli * linden/indra/llmedia/llmediaimplgstreamer.cpp: + Improved set_gst_plugin_path, more comprehensive path. + Also tried to tidy up a bit. + + + * linden/indra/llmedia/llmediaimplgstreamer.cpp: Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer. LLAppViewer::gst_plugin_path --> LLMediaImplGStreamer::set_gst_plugin_path + + * linden/indra/llmedia/llmediaimplgstreamer.cpp: Ditto. * linden/indra/newview/llappviewer.h: -- cgit v1.1