multifilesink: post messages in max-size mode as well

No reason not to really.
This commit is contained in:
Tim-Philipp Müller 2012-11-16 09:09:38 +00:00
parent c33507f186
commit 6f1aa3e4d5

View file

@ -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);
}
}