From 42670a609d842affb26bf1dd1ed6b69958655ea9 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Thu, 2 Apr 2009 03:12:02 -0500 Subject: Plugged in LLMediaImplGStreamer::gstreamer_log(). --- linden/indra/llmedia/llmediaimplgstreamer.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'linden/indra') diff --git a/linden/indra/llmedia/llmediaimplgstreamer.cpp b/linden/indra/llmedia/llmediaimplgstreamer.cpp index 8cbfb60..532ec00 100644 --- a/linden/indra/llmedia/llmediaimplgstreamer.cpp +++ b/linden/indra/llmedia/llmediaimplgstreamer.cpp @@ -176,7 +176,11 @@ bool LLMediaImplGStreamer::startup (LLMediaManagerData* init_data) return false; } setlocale(LC_ALL, saved_locale.c_str() ); - + + // Set up logging facilities + gst_debug_remove_log_function( gst_debug_log_default ); + gst_debug_add_log_function( gstreamer_log, NULL ); + // Init our custom plugins - only really need do this once. gst_slvideo_init_class(); -- cgit v1.1