gst-inspect: fix unused-const-variable error in windows
[platform/upstream/gstreamer.git] / plugins / elements / gstfilesink.h
index 6e3897c..c41a9a2 100644 (file)
@@ -80,7 +80,9 @@ struct _GstFileSink {
 
   gint    buffer_mode;
   guint   buffer_size;
-  gchar  *buffer;
+
+  GstBufferList *buffer;
+  guint   current_buffer_size;
 
   gboolean append;
 };