From bd2986edb7d45504986ecc614bf5ce9f60c940d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 20 Sep 2005 19:16:43 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ gst/elements/gstfilesink.c | 2 ++ plugins/elements/gstfilesink.c | 2 ++ 3 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 89e268e..c1ad7aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-20 Tim-Philipp Müller + + * gst/elements/gstfilesink.c: (gst_file_sink_init): + Set sync to FALSE by default. + 2005-09-20 Wim Taymans * gst/base/gstbasesink.c: (gst_base_sink_class_init), diff --git a/gst/elements/gstfilesink.c b/gst/elements/gstfilesink.c index 596d768..e529c0e 100644 --- a/gst/elements/gstfilesink.c +++ b/gst/elements/gstfilesink.c @@ -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 diff --git a/plugins/elements/gstfilesink.c b/plugins/elements/gstfilesink.c index 596d768..e529c0e 100644 --- a/plugins/elements/gstfilesink.c +++ b/plugins/elements/gstfilesink.c @@ -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 -- 2.7.4