aboutsummaryrefslogtreecommitdiff
path: root/plugins/elements/gstfdsink.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elements/gstfdsink.h')
-rw-r--r--plugins/elements/gstfdsink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/elements/gstfdsink.h b/plugins/elements/gstfdsink.h
index 90913b4..59393d0 100644
--- a/plugins/elements/gstfdsink.h
+++ b/plugins/elements/gstfdsink.h
@@ -59,6 +59,8 @@ struct _GstFdSink {
int fd;
guint64 bytes_written;
guint64 current_pos;
+
+ gboolean seekable;
};
struct _GstFdSinkClass {