From 6f1aa3e4d585c9867fe6f9e660888a224cad56c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 16 Nov 2012 09:09:38 +0000 Subject: [PATCH] multifilesink: post messages in max-size mode as well No reason not to really. --- gst/multifile/gstmultifilesink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/multifile/gstmultifilesink.c b/gst/multifile/gstmultifilesink.c index 3b71764..69e9f84 100644 --- a/gst/multifile/gstmultifilesink.c +++ b/gst/multifile/gstmultifilesink.c @@ -612,7 +612,7 @@ gst_multi_file_sink_render (GstBaseSink * sink, GstBuffer * buffer) if (multifilesink->file != NULL) { first_file = FALSE; - gst_multi_file_sink_close_file (multifilesink, NULL); + gst_multi_file_sink_close_file (multifilesink, buffer); } } -- 2.7.4