From 6c1a1634b48c44e38126a1dc0ab93c2b465e1679 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 18 Jun 2009 11:49:33 +0200 Subject: [PATCH] fdsink: add the new field in the header --- plugins/elements/gstfdsink.h | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/elements/gstfdsink.h b/plugins/elements/gstfdsink.h index f92360eff5..90913b4d5b 100644 --- a/plugins/elements/gstfdsink.h +++ b/plugins/elements/gstfdsink.h @@ -58,6 +58,7 @@ struct _GstFdSink { int fd; guint64 bytes_written; + guint64 current_pos; }; struct _GstFdSinkClass {