fdsink: add the new field in the header
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 18 Jun 2009 09:49:33 +0000 (11:49 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 18 Jun 2009 09:49:33 +0000 (11:49 +0200)
plugins/elements/gstfdsink.h

index f92360e..90913b4 100644 (file)
@@ -58,6 +58,7 @@ struct _GstFdSink {
 
   int fd;
   guint64 bytes_written;
+  guint64 current_pos;
 };
 
 struct _GstFdSinkClass {