diff options
-rwxr-xr-x | linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp | 1 |
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)); |