summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-23 09:12:30 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-23 09:12:30 +0200
commit4e0e548c67ab51940bb9d079b723c10b0944777b (patch)
treec7d6cf244ebddf98d7482c2283591512d01472bb /avmedia
parent5ff782290e56a72a6108da08513cb7dcec115c8a (diff)
avmedia102: #161254# increase timeout so it works reliably
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/gstreamer/gstplayer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/gstreamer/gstplayer.cxx b/avmedia/source/gstreamer/gstplayer.cxx
index edddf2755f93..71ac656a7b2c 100644
--- a/avmedia/source/gstreamer/gstplayer.cxx
+++ b/avmedia/source/gstreamer/gstplayer.cxx
@@ -37,7 +37,7 @@
// maximum timeout time in nanoseconds
-#define GST_MAX_TIMEOUT 500000000
+#define GST_MAX_TIMEOUT (2500 * GST_MSECOND)
using namespace ::com::sun::star;