gst/elements/gstfilesink.c: Set sync to FALSE by default.
authorTim-Philipp Müller <tim@centricular.net>
Tue, 20 Sep 2005 19:16:43 +0000 (19:16 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 20 Sep 2005 19:16:43 +0000 (19:16 +0000)
Original commit message from CVS:
* gst/elements/gstfilesink.c: (gst_file_sink_init):
Set sync to FALSE by default.

ChangeLog
gst/elements/gstfilesink.c
plugins/elements/gstfilesink.c

index 89e268e..c1ad7aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-20  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/elements/gstfilesink.c: (gst_file_sink_init):
+         Set sync to FALSE by default.
+
 2005-09-20  Wim Taymans  <wim@fluendo.com>
 
        * gst/base/gstbasesink.c: (gst_base_sink_class_init),
index 596d768..e529c0e 100644 (file)
@@ -160,6 +160,8 @@ gst_file_sink_init (GstFileSink * filesink, GstFileSinkClass * g_class)
 
   filesink->filename = NULL;
   filesink->file = NULL;
+
+  GST_BASE_SINK (filesink)->sync = FALSE;
 }
 
 static void
index 596d768..e529c0e 100644 (file)
@@ -160,6 +160,8 @@ gst_file_sink_init (GstFileSink * filesink, GstFileSinkClass * g_class)
 
   filesink->filename = NULL;
   filesink->file = NULL;
+
+  GST_BASE_SINK (filesink)->sync = FALSE;
 }
 
 static void