summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-06-18 11:49:33 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-06-18 11:49:33 +0200
commit6c1a1634b48c44e38126a1dc0ab93c2b465e1679 (patch)
treee8aa9150ef41e75b67ab656f80650557c633d931 /plugins
parent1a6f82f4b01c4f71baf9416c6544426c432dbb9b (diff)
fdsink: add the new field in the header
Diffstat (limited to 'plugins')
-rw-r--r--plugins/elements/gstfdsink.h1
1 files changed, 1 insertions, 0 deletions
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 {