gstreamer_core/plugins/elements/gstfdsrc.h
branchRCL_3
changeset 29 567bb019e3e3
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
6:9b2c3c7a1a9c 29:567bb019e3e3
    60 
    60 
    61   /* fd and flag indicating whether fd is seekable */
    61   /* fd and flag indicating whether fd is seekable */
    62   gint fd;
    62   gint fd;
    63   gboolean seekable_fd;
    63   gboolean seekable_fd;
    64 
    64 
       
    65   /* poll timeout */
       
    66   guint64 timeout;
       
    67 
    65   gchar *uri;
    68   gchar *uri;
    66 
    69 
    67   GstPoll *fdset;
    70   GstPoll *fdset;
    68 
    71 
    69   gulong curoffset; /* current offset in file */
    72   gulong curoffset; /* current offset in file */