fdsink: add the new field in the header

This commit is contained in:
Wim Taymans 2009-06-18 11:49:33 +02:00
parent 1a6f82f4b0
commit 6c1a1634b4

View file

@ -58,6 +58,7 @@ struct _GstFdSink {
int fd;
guint64 bytes_written;
guint64 current_pos;
};
struct _GstFdSinkClass {