diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-11-16 09:09:38 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-11-16 23:47:05 +0000 |
commit | 8e65ae097bfbb2768d5143af9da1067c06b38101 (patch) | |
tree | 04e958c4bb28e1ac7735cb318434161a852c1427 | |
parent | 24fca05822a589f041b9327df9712004991565a7 (diff) |
multifilesink: post messages in max-size mode as well
No reason not to really.
-rw-r--r-- | gst/multifile/gstmultifilesink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/multifile/gstmultifilesink.c b/gst/multifile/gstmultifilesink.c index 573d3b1fd..56742c97c 100644 --- a/gst/multifile/gstmultifilesink.c +++ b/gst/multifile/gstmultifilesink.c @@ -610,7 +610,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); } } |