gst/elements/gstfilesink.c: Set sync to FALSE by default.

Original commit message from CVS:
* gst/elements/gstfilesink.c: (gst_file_sink_init):
Set sync to FALSE by default.
This commit is contained in:
Tim-Philipp Müller 2005-09-20 19:16:43 +00:00
parent 46d159afce
commit bd2986edb7
3 changed files with 9 additions and 0 deletions

View file

@ -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),

View 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

View 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