diff -r 71e347f905f2 -r 4a7fac7dd34a gstreamer_core/plugins/elements/gstfdsrc.h --- 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;