diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-06-23 09:12:30 +0200 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-06-23 09:12:30 +0200 |
commit | e1dfdae55d7d4cf9152d52d91fb2b26d020b0c33 (patch) | |
tree | 574acef67c6b05b496df16672142119912fbd1e9 /avmedia | |
parent | 4ac6c877efe46334b5647f47b16a8b630413f38a (diff) |
avmedia102: #161254# increase timeout so it works reliably
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/gstreamer/gstplayer.cxx | 2 |
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; |