From 1b8582aaeaace8bb0329c5c35129c7ea8490375e Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Tue, 19 Nov 2013 10:48:59 -0500 Subject: [PATCH] edtpdvsrc: call timeout_restart after timeout --- sys/edt/gstedtpdvsrc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/edt/gstedtpdvsrc.c b/sys/edt/gstedtpdvsrc.c index d7251ba..38367de 100644 --- a/sys/edt/gstedtpdvsrc.c +++ b/sys/edt/gstedtpdvsrc.c @@ -437,6 +437,9 @@ gst_edt_pdv_src_create (GstPushSrc * psrc, GstBuffer ** buf) GST_WARNING_OBJECT (src, "Received timeout, data might be incomplete. Check cables and system bandwidth."); src->total_timeouts = timeouts; + + /* TODO: perhaps call twice as in take.c to be more robust */ + pdv_timeout_restart(src->dev, TRUE); } /* TODO: use allocator */