gstreamer/gst/multifile
Aurélien Zanelli 84e441d268 multifilesink: close file on write error with next-file mode is set to buffer
If we have an error during fwrite call, file stays open and thus next
incoming buffer will trigger an assert when trying to opening a new
file.
This happens if we do not restart element, file is closed at stop, and
if application handles the returned GST_FLOW_ERROR to keep bin alive.

https://bugzilla.gnome.org/show_bug.cgi?id=762434
2016-02-23 11:34:31 +02:00
..
gstmultifile.c splitmux: Implement new elements for splitting files at mux level. 2015-02-06 04:26:59 +11:00
gstmultifilesink.c multifilesink: close file on write error with next-file mode is set to buffer 2016-02-23 11:34:31 +02:00
gstmultifilesink.h multifilesink: Add a new max-duration file switching mode 2015-05-20 15:50:07 +02:00
gstmultifilesrc.c multifilesrc: fix regression with starting from index set via index property 2015-08-18 13:17:34 +01:00
gstmultifilesrc.h multifilesrc: Implement seeking in case of multiple images 2013-11-22 18:52:54 -03:00
gstsplitfilesrc.c splitfilesrc: Implement binary search in find_part_for_offset 2015-05-25 14:23:32 +10:00
gstsplitfilesrc.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstsplitmuxpartreader.c splitmuxsrc: print potentially negative offset with a sign 2016-01-25 15:36:29 +01:00
gstsplitmuxpartreader.h splitmuxsrc: Use a separate lock to delay typefind. 2015-07-29 23:03:18 +10:00
gstsplitmuxsink.c splitmuxsink: Only update running time when it increases. 2015-12-19 03:49:28 +11:00
gstsplitmuxsink.h splitmuxsink: post messages when fragments are being opened and closed 2015-10-03 00:52:23 +10:00
gstsplitmuxsrc.c splitmuxsrc: sticky events are sent automatically from the pad 2015-06-25 17:13:43 -03:00
gstsplitmuxsrc.h splitmux: Implement new elements for splitting files at mux level. 2015-02-06 04:26:59 +11:00
gstsplitutils.c splitmux: Implement new elements for splitting files at mux level. 2015-02-06 04:26:59 +11:00
gstsplitutils.h splitmux: Implement new elements for splitting files at mux level. 2015-02-06 04:26:59 +11:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:55:07 +01:00
multifile.vproj Revive multifile[src|sink]. 2006-11-10 18:51:10 +00:00
patternspec.c Fix FSF address 2012-11-04 00:07:18 +00:00
patternspec.h Fix FSF address 2012-11-04 00:07:18 +00:00
test-splitmuxpartreader.c splitmux: Implement new elements for splitting files at mux level. 2015-02-06 04:26:59 +11:00