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
commite1dfdae55d7d4cf9152d52d91fb2b26d020b0c33 (patch)
tree574acef67c6b05b496df16672142119912fbd1e9 /avmedia
parent4ac6c877efe46334b5647f47b16a8b630413f38a (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 edddf2755f..71ac656a7b 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;