summaryrefslogtreecommitdiff
path: root/gst/inter/gstintervideosrc.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-01-13 16:58:50 +0100
committerSebastian Dröge <sebastian@centricular.com>2015-01-13 17:01:14 +0100
commitcd5b64133e9077cdfdcad814dd6aef1631bfdc4f (patch)
treebb0d3edf5cb183b193063d52c3f1b6e1e7e8f346 /gst/inter/gstintervideosrc.h
parent25c97570834d6de1c14424e71221d19eb0d33ee3 (diff)
downloadgstreamer-plugins-bad-cd5b64133e9077cdfdcad814dd6aef1631bfdc4f.tar.gz
intervideosrc: Make the timeout configurable after which we start showing a black frame
Diffstat (limited to 'gst/inter/gstintervideosrc.h')
-rw-r--r--gst/inter/gstintervideosrc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/inter/gstintervideosrc.h b/gst/inter/gstintervideosrc.h
index b755e8dfb..0de36f46a 100644
--- a/gst/inter/gstintervideosrc.h
+++ b/gst/inter/gstintervideosrc.h
@@ -42,6 +42,7 @@ struct _GstInterVideoSrc
GstInterSurface *surface;
char *channel;
+ guint64 timeout;
GstVideoInfo info;
GstBuffer *black_frame;