mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
multifilesink: post messages in max-size mode as well
No reason not to really.
This commit is contained in:
parent
c33507f186
commit
6f1aa3e4d5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue