From fd0f18bc32eb42fe1cdf9a60d774ed6c947d69ef Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Fri, 18 Feb 2011 20:24:04 -0700 Subject: Removed a bit of spam from the GStreamer log file --- linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp b/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp index fbe3e49..7e2833a 100755 --- a/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp +++ b/linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp @@ -233,6 +233,7 @@ MediaPluginGStreamer010::processGSTEvents(GstBus *bus, // TODO: grok 'duration' message type if (GST_MESSAGE_TYPE(message) != GST_MESSAGE_STATE_CHANGED && + GST_MESSAGE_TYPE(message) != GST_MESSAGE_BUFFERING && GST_MESSAGE_TYPE(message) != GST_MESSAGE_TAG) { writeToLog("Got GST message type: %s", GST_MESSAGE_TYPE_NAME (message)); -- cgit v1.1