gstreamer_core/plugins/elements/gstfdsrc.h
changeset 8 4a7fac7dd34a
parent 0 0e761a78d257
child 30 7e817e7e631c
--- a/gstreamer_core/plugins/elements/gstfdsrc.h	Fri Mar 19 09:35:09 2010 +0200
+++ b/gstreamer_core/plugins/elements/gstfdsrc.h	Fri Apr 16 15:15:52 2010 +0300
@@ -62,6 +62,9 @@
   gint fd;
   gboolean seekable_fd;
 
+  /* poll timeout */
+  guint64 timeout;
+
   gchar *uri;
 
   GstPoll *fdset;