[gst-cvs] gst-openmax: util: increase timeout value
Felipe Contreras
felipec at kemper.freedesktop.org
Sat Nov 14 06:13:45 PST 2009
Module: gst-openmax
Branch: omap
Commit: 6251f3b349295b886f507c4dd25c6cc9ac3128e7
URL: http://cgit.freedesktop.org/gstreamer/gst-openmax/commit/?id=6251f3b349295b886f507c4dd25c6cc9ac3128e7
Author: Felipe Contreras <felipe.contreras at gmail.com>
Date: Sat May 9 01:13:20 2009 +0300
util: increase timeout value
Signed-off-by: Felipe Contreras <felipe.contreras at gmail.com>
---
omx/gstomx_util.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/omx/gstomx_util.c b/omx/gstomx_util.c
index de05385..a34dbd3 100644
--- a/omx/gstomx_util.c
+++ b/omx/gstomx_util.c
@@ -729,7 +729,7 @@ wait_for_state (GOmxCore *core,
goto leave;
g_get_current_time (&tv);
- g_time_val_add (&tv, 1000000);
+ g_time_val_add (&tv, 15 * G_USEC_PER_SEC);
/* try once */
if (core->omx_state != state)
More information about the Gstreamer-commits
mailing list