aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-02-18 20:24:04 -0700
committerMcCabe Maxsted2011-02-18 20:24:04 -0700
commitfd0f18bc32eb42fe1cdf9a60d774ed6c947d69ef (patch)
tree5e86c0096a6233ca41db1baf63b04e38097f6b00 /linden
parentMerge remote branch 'remotes/github/weekly' into weekly (diff)
downloadmeta-impy-fd0f18bc32eb42fe1cdf9a60d774ed6c947d69ef.zip
meta-impy-fd0f18bc32eb42fe1cdf9a60d774ed6c947d69ef.tar.gz
meta-impy-fd0f18bc32eb42fe1cdf9a60d774ed6c947d69ef.tar.bz2
meta-impy-fd0f18bc32eb42fe1cdf9a60d774ed6c947d69ef.tar.xz
Removed a bit of spam from the GStreamer log file
Diffstat (limited to 'linden')
-rwxr-xr-xlinden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp1
1 files changed, 1 insertions, 0 deletions
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,
233 233
234 // TODO: grok 'duration' message type 234 // TODO: grok 'duration' message type
235 if (GST_MESSAGE_TYPE(message) != GST_MESSAGE_STATE_CHANGED && 235 if (GST_MESSAGE_TYPE(message) != GST_MESSAGE_STATE_CHANGED &&
236 GST_MESSAGE_TYPE(message) != GST_MESSAGE_BUFFERING &&
236 GST_MESSAGE_TYPE(message) != GST_MESSAGE_TAG) 237 GST_MESSAGE_TYPE(message) != GST_MESSAGE_TAG)
237 { 238 {
238 writeToLog("Got GST message type: %s", GST_MESSAGE_TYPE_NAME (message)); 239 writeToLog("Got GST message type: %s", GST_MESSAGE_TYPE_NAME (message));