gstreamer/ext/dash
Thiago Santos 229a15b393 adaptivedemux: refactor chunk downloading flow
Add more power to the chunk_received function (renamed to data_received)
and also to the fragment_finish function.

The data_received function must parse/decrypt the data if necessary and
also push it using the new push_buffer function that is exposed now. The
default implementation gets data from the stream adapter (all available)
and pushes it.

The fragment_finish function must also advance the fragment. The default
implementation only advances the fragment.

This allows the subsegment handling in dashdemux to continuously download
the same file from the server instead of stopping at every subsegment
boundary and starting a new request
2015-01-19 15:30:04 -03:00
..
gstdash_debug.h dash: use same debug category for dashdemux and the mpd parser 2013-07-01 14:22:02 -03:00
gstdashdemux.c adaptivedemux: refactor chunk downloading flow 2015-01-19 15:30:04 -03:00
gstdashdemux.h adaptivedemux: refactor chunk downloading flow 2015-01-19 15:30:04 -03:00
gstisoff.c dashdemux: parse the sidx index from isobmff streams 2015-01-16 15:00:11 -03:00
gstisoff.h dashdemux: parse the sidx index from isobmff streams 2015-01-16 15:00:11 -03:00
gstmpdparser.c dashdemux: add log message about segment time information 2015-01-19 08:37:59 -03:00
gstmpdparser.h dashdemux: check for profiles 2015-01-16 15:00:11 -03:00
gstplugin.c dashdemux: do not ignore failure to register typefinder 2014-04-10 17:52:02 +01:00
Makefile.am dashdemux: parse the sidx index from isobmff streams 2015-01-16 15:00:11 -03:00