gstreamer/gst/multifile
Sebastian Dröge 42f5f3d1be splitmuxsink: Allow splitting at exactly the time/bytes threshold
76e458a119 changed the conditions from
"queued > threshold" to "queued >= threshold", which broke hlssink2 and
resulting in too small fragments being created although keyframes would
be at *exactly* the configured threshold.

https://bugzilla.gnome.org/show_bug.cgi?id=794440
2018-03-19 12:23:47 +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: document unit of "max-file-duration" property 2018-01-16 13:19:29 +00:00
gstmultifilesink.h multifilesink: refactor max_files handling a bit 2016-12-31 09:58:40 +00:00
gstmultifilesrc.c multifilesrc: fix up uri handler a little 2018-01-23 18:38:26 +00:00
gstmultifilesrc.h multifilesrc: Implement seeking in case of multiple images 2013-11-22 18:52:54 -03:00
gstsplitfilesrc.c splitfilesrc: update uri_get_type to match the prototype in GstURIHandlerInterface 2016-11-12 10:52:24 +02:00
gstsplitfilesrc.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstsplitmuxpartreader.c splitmuxsrc: Don't return FALSE from event handling. 2017-11-18 02:33:00 +11:00
gstsplitmuxpartreader.h splitmuxsrc: Pass seek flags when activating. 2017-01-03 01:34:02 +11:00
gstsplitmuxsink.c splitmuxsink: Allow splitting at exactly the time/bytes threshold 2018-03-19 12:23:47 +02:00
gstsplitmuxsink.h splitmuxsink: added a "split now" action signal 2017-12-08 21:16:15 +02:00
gstsplitmuxsrc.c splitmuxsrc: Improve not-linked handling. 2018-02-16 17:02:31 +11:00
gstsplitmuxsrc.h splitmuxsrc: Improve not-linked handling. 2018-02-16 17:02:31 +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 plugin specific static build option 2017-05-16 14:41:19 -04:00
meson.build meson: Add missing pbutils dependency to multifile 2016-10-16 02:18:22 +05:30
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