mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
uri-asset: Bump the discoverer timeout to 1 minute
We should by default avoid false timeouts
This commit is contained in:
parent
5833aae413
commit
9669bafe46
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ ges_uri_clip_asset_class_init (GESUriClipAssetClass * klass)
|
|||
errno = 10;
|
||||
|
||||
if (errno)
|
||||
timeout = GST_SECOND;
|
||||
timeout = 60 * GST_SECOND;
|
||||
|
||||
klass->discoverer = gst_discoverer_new (timeout, NULL);
|
||||
klass->sync_discoverer = gst_discoverer_new (timeout, NULL);
|
||||
|
|
Loading…
Reference in a new issue